diff options
author | NIIBE Yutaka <[email protected]> | 2019-01-16 01:59:25 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2019-01-16 01:59:25 +0000 |
commit | 66bcb8acb2452cf19318023ed0ff1ea7d7bb8439 (patch) | |
tree | 450034696813822c94b4b321e5f6a77f5591c6ad /lang/cpp/tests/Makefile.am | |
parent | tests: Add diagnostic example to run-import.c (diff) | |
download | gpgme-66bcb8acb2452cf19318023ed0ff1ea7d7bb8439.tar.gz gpgme-66bcb8acb2452cf19318023ed0ff1ea7d7bb8439.zip |
build: With LD_LIBRARY_PATH defined, use --disable-new-dtags.
* configure.ac (LDADD_FOR_TESTS_KLUDGE): New for --disable-new-dtags.
* tests/Makefile.am (LDADD): Use LDADD_FOR_TESTS_KLUDGE.
* lang/cpp/tests/Makefile.am, lang/qt/tests/Makefile.am: Likewise.
* tests/gpg/Makefile.am, tests/gpgsm/Makefile.am: Likewise.
* tests/json/Makefile.am, tests/opassuan/Makefile.am: Likewise.
--
GnuPG-bug-id: 4298
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/tests/Makefile.am b/lang/cpp/tests/Makefile.am index 67dd3d3c..0b275955 100644 --- a/lang/cpp/tests/Makefile.am +++ b/lang/cpp/tests/Makefile.am @@ -22,7 +22,7 @@ AM_LDFLAGS = -no-install LDADD = ../../cpp/src/libgpgmepp.la \ ../../../src/libgpgme.la @GPG_ERROR_LIBS@ \ - -lstdc++ + @LDADD_FOR_TESTS_KLUDGE@ -lstdc++ AM_CPPFLAGS = -I$(top_srcdir)/lang/cpp/src -I$(top_builddir)/src \ @GPG_ERROR_CFLAGS@ @GPG_ERROR_CFLAGS@ \ |