[SCM] zynjacku/master: Add -Wl,--as-needed to the linking options.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 10 15:17:21 UTC 2011


The following commit has been merged in the master branch:
commit 2d13958ac675431a6940dd90c1ddbf96e51d6b19
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 10 16:17:19 2011 +0100

    Add -Wl,--as-needed to the linking options.

diff --git a/debian/rules b/debian/rules
index cf93838..837fa56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list