From: Aki Tuomi Date: Tue, 20 Sep 2016 09:47:32 +0000 (+0300) Subject: lib-dcrypt: Set NOPLUGIN_LDFLAGS to empty X-Git-Tag: 2.3.0.rc1~3001 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f49f1c5fa6a9a55a194e5ada042df134907278f4;p=thirdparty%2Fdovecot%2Fcore.git lib-dcrypt: Set NOPLUGIN_LDFLAGS to empty Avoids -Wl,--as-needed here --- diff --git a/src/lib-dcrypt/Makefile.am b/src/lib-dcrypt/Makefile.am index b9e1e8f9a5..21fd483ac9 100644 --- a/src/lib-dcrypt/Makefile.am +++ b/src/lib-dcrypt/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = libdcrypt.la pkglib_LTLIBRARIES = +NOPLUGIN_LDFLAGS= + AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-test \