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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 7 09:40:46 UTC 2011


The following commit has been merged in the master branch:
commit 09e2ae57432e6f729a1421eef24d0a6d38960405
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 7 11:40:41 2011 +0200

    Link with --as-needed.

diff --git a/debian/rules b/debian/rules
index ab38862..819981c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
+LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autotools_dev

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list