[SCM] ambdec/master: Add -Wl,--as-needed to linking flags.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 13 08:44:24 UTC 2010


The following commit has been merged in the master branch:
commit 5b411ebe8a6cdc4e5cd8b370468c06739a55de10
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 13 10:44:08 2010 +0200

    Add -Wl,--as-needed to linking flags.

diff --git a/debian/rules b/debian/rules
index bea1eed..050383b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ -Smakefile --sourcedirectory=source
 

-- 
ambdec packaging



More information about the pkg-multimedia-commits mailing list