[SCM] sineshaper/master: Link with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 26 09:10:25 UTC 2011


The following commit has been merged in the master branch:
commit aea155efbdb945d855fbafa9d1170e486bbfcd52
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jul 26 11:11:08 2011 +0200

    Link with --as-needed.

diff --git a/debian/rules b/debian/rules
index 03f1144..0077c0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ --parallel --with=autotools_dev
 

-- 
sineshaper packaging



More information about the pkg-multimedia-commits mailing list