[SCM] gjacktransport/master: Compile with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 15 22:15:18 UTC 2012


The following commit has been merged in the master branch:
commit f1f9efd14b699a3c67a36bc72b96a2b2745c0e9c
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 16 00:14:50 2012 +0200

    Compile with --as-needed.

diff --git a/debian/rules b/debian/rules
index d7a8e9d..03dcbac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-LDFLAGS+=-Wl,--as-needed
+export LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh --with autoreconf $@
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed

-- 
gjacktransport packaging



More information about the pkg-multimedia-commits mailing list