[SCM] eq10q/master: Link with --as-needed

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jan 14 13:02:48 UTC 2011


The following commit has been merged in the master branch:
commit 9f07c2aa5570103be1164f8014363edf13e33650
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jan 14 14:02:26 2011 +0100

    Link with --as-needed

diff --git a/debian/rules b/debian/rules
index 16e033c..95c5f01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@
 

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list