[SCM] libdrumstick/master: Pass -Wl,--as-needed to the linker.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Sep 5 10:40:47 UTC 2010


The following commit has been merged in the master branch:
commit 62a53ae8aa016bc466fb39cf42ba0547f0a1daa8
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Sep 5 12:40:42 2010 +0200

    Pass -Wl,--as-needed to the linker.

diff --git a/debian/rules b/debian/rules
index 89325cc..6d1c9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ -S cmake
 

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list