[Pkg-dspam-commits] [SCM] Debian packages for the DSPAM anti-spam filter branch, master, updated. debian/3.9.1_rc1+git20110514.347379b+dfsg-1-6-gd1869fd

Julien Valroff julien at kirya.net
Thu Jun 16 19:04:40 UTC 2011


The following commit has been merged in the master branch:
commit d1869fd040983aa5a4b89d26168bad79db7ba90d
Author: Julien Valroff <julien at kirya.net>
Date:   Thu Jun 16 21:01:44 2011 +0200

    --as-needed actually avoids dspamc to be linked against libdl.so.2

diff --git a/debian/rules b/debian/rules
index 8d2a7fb..a2e41e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,8 @@ else
         CROSS = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
+LDFLAGS := -Wl,-z,defs -Wl,--as-needed
+
 %:
 	dh $@ --with autoreconf
 

-- 
Debian packages for the DSPAM anti-spam filter



More information about the Pkg-dspam-commits mailing list