[SCM] guayadeque/master: Really link with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 21 16:56:53 UTC 2012


The following commit has been merged in the master branch:
commit 24f58854c6fae5e01a32dafeea9a15df62b14ce2
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 21 18:45:17 2012 +0200

    Really link with --as-needed.

diff --git a/debian/rules b/debian/rules
index f6397d0..50dd32a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# Path to the debian directory
-LDFLAGS+=-Wl,--as-needed
+export LDFLAGS+=-Wl,--as-needed
 
 export REPACK_SH=$(CURDIR)/debian/repack.sh
 

-- 
guayadeque packaging



More information about the pkg-multimedia-commits mailing list