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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 8 10:25:04 UTC 2011


The following commit has been merged in the master branch:
commit ce7670ceb652fd50f78c5f1da4b30d23e50d6f89
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 8 11:24:25 2011 +0100

    Link with --as-needed.

diff --git a/debian/rules b/debian/rules
index 0a09342..16d8282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ --with autoreconf
 

-- 
meterbridge packaging



More information about the pkg-multimedia-commits mailing list