diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2019-01-16 11:09:33 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019-01-16 11:09:33 +0900 |
commit | 23bf875954329458c0ac6c31e253cba44db8a648 (patch) | |
tree | b881f1d3765d0df272c4826a8b4c2047c8efe866 /tests | |
parent | 1f038e94e19d2bf165f32eb226416377f96c1ebf (diff) | |
download | libassuan-23bf875954329458c0ac6c31e253cba44db8a648.tar.gz |
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.
--
GnuPG-bug-id: 4298
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7712a89..85c2d82 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,5 +47,6 @@ AM_LDFLAGS = -no-install noinst_HEADERS = common.h noinst_PROGRAMS = $(TESTS) $(w32cetools) $(testtools) -LDADD = ../src/libassuan.la $(NETLIBS) $(GPG_ERROR_LIBS) +LDADD = ../src/libassuan.la $(NETLIBS) $(GPG_ERROR_LIBS) \ + @LDADD_FOR_TESTS_KLUDGE@ |