[SCM] jackeq/master: Build with --as-needed flag.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Nov 25 20:12:35 UTC 2010


The following commit has been merged in the master branch:
commit fc600d327675ced2ae0e947070865770b9ea5b43
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Nov 25 21:10:49 2010 +0100

    Build with --as-needed flag.

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

-- 
jackeq packaging



More information about the pkg-multimedia-commits mailing list