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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 19 12:19:31 UTC 2011


The following commit has been merged in the master branch:
commit cfcbafdf98edd9d2bcb8cab5611e85eb4e388ddb
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 19 14:18:42 2011 +0200

    Link with --as-needed.

diff --git a/debian/rules b/debian/rules
index dcf6189..818dc5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ --with autotools_dev

-- 
jack-rack packaging



More information about the pkg-multimedia-commits mailing list