[SCM] xcfa/master: Really compile with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 8 08:59:12 UTC 2013


The following commit has been merged in the master branch:
commit ea54df4493d71de5aa846613139c93cdd329ff94
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 8 09:53:57 2013 +0100

    Really compile with --as-needed.

diff --git a/debian/rules b/debian/rules
index 8eecc78..5117b51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autotools_dev

-- 
xcfa packaging



More information about the pkg-multimedia-commits mailing list