summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-12-03 22:29:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2019-12-04 10:46:49 +0200
commita923e063f0f49d761a17a391f2e2ac3f5ebb03e0 (patch)
tree226274bf1526c9044abeeb19dd468ec0cac5ac64 /testsuite
parent663f088cebbce45d6a681a80866992fb81c265df (diff)
downloadmailutils-a923e063f0f49d761a17a391f2e2ac3f5ebb03e0.tar.gz
mailutils-a923e063f0f49d761a17a391f2e2ac3f5ebb03e0.tar.bz2
Attempt to fix the library path insertion problem at the libtool level.
This reverts the cfd3a6fe (Revise LIBADD settings) patch. * bootstrap.conf: Patch the build-aux/ltmain.sh file. * mu-aux/ltmain.sh: New file. A modified version of the ltmain.sh file from libtool 2.4.6 * mu-aux/ltmain.sh.patch: New file. A patch built from ltmain.sh against the pristine version. * configure.ac: Require libtool 2.4.6 * comsat/Makefile.am: Revert cfd3a6fe. * examples/Makefile.am: Likewise. * imap4d/tests/Makefile.am: Likewise. * libmailutils/Makefile.am: Likewise. * libmailutils/tests/Makefile.am: Likewise. * libproto/dotmail/tests/Makefile.am: Likewise. * libproto/imap/Makefile.am: Likewise. * libproto/imap/tests/Makefile.am: Likewise. * libproto/mailer/Makefile.am: Likewise. * libproto/pop/Makefile.am: Likewise. * mu/Makefile.am: Likewise. * testsuite/Makefile.am: Likewise.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 1bef60df4..432c36a04 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -50,16 +50,14 @@ LDADD = \
$(MU_LIB_MAILER)\
$(MU_LIB_AUTH)\
$(MU_AUTHLIBS)\
- $(MU_LIB_MAILUTILS)\
- $(MU_COMMON_LIBRARIES)
+ $(MU_LIB_MAILUTILS)
smtpsend_LDADD = \
$(MU_LIB_MAILER) \
$(MU_AUTHLIBS)\
- $(MU_LIB_MAILUTILS)\
- $(MU_COMMON_LIBRARIES)
+ $(MU_LIB_MAILUTILS)
-cwdrepl_LDADD = $(MU_LIB_MAILUTILS) $(MU_COMMON_LIBRARIES)
+cwdrepl_LDADD = $(MU_LIB_MAILUTILS)
## ------------ ##
## Test suite. ##

Return to:

Send suggestions and report system problems to the System administrator.