[SCM] amsynth/master: Really build with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 9 20:28:49 UTC 2012


The following commit has been merged in the master branch:
commit 50117f1d929908f15a83ca88a735a7b4d4944834
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 21:03:08 2012 +0100

    Really build with --as-needed.

diff --git a/debian/rules b/debian/rules
index 87eb09c..bc668eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS=-Wl,--as-needed
+export LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list