[SCM] ll-scope/master: Re-introduce CFLAGS as previously set, add --as-needed linking flag.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 24 13:02:29 UTC 2011


The following commit has been merged in the master branch:
commit 5a064bfbfa17d6fefca36efcd3ea27f76daf661e
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 24 14:02:05 2011 +0100

    Re-introduce CFLAGS as previously set, add --as-needed linking flag.

diff --git a/debian/rules b/debian/rules
index 2b0ae39..5b88df1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS+=-Wall -g -fPIC
+export LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh $@ -Smakefile

-- 
ll-scope packaging



More information about the pkg-multimedia-commits mailing list