[SCM] audacious-plugins/master: Build with -Wl,--as-needed

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Dec 13 16:59:47 UTC 2015


The following commit has been merged in the master branch:
commit 9417c7a06d68fd4d0e9ce2d911e47cc07909f018
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Sun Dec 13 17:30:55 2015 +0100

    Build with -Wl,--as-needed

diff --git a/debian/rules b/debian/rules
index 2363762..a566ed5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ ifeq ($(DEB_BUILD_ARCH),i386)
 additional_confflags := --disable-sse2
 endif
 
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+
 %:
 	dh $@ --parallel --with autoreconf
 

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list