[SCM] camorama/master: Build with --as-needed

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jan 11 19:58:41 UTC 2016


The following commit has been merged in the master branch:
commit 5446b7b7e2062f5c25f63e73f69fac7c587ba88e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Jan 11 20:51:18 2016 +0100

    Build with --as-needed

diff --git a/debian/rules b/debian/rules
index d36b859..474f9a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+
 %:
 	dh $@ --parallel --with autoreconf
 

-- 
camorama packaging



More information about the pkg-multimedia-commits mailing list