[SCM] wah-plugins/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 27 10:18:17 UTC 2016


The following commit has been merged in the master branch:
commit d77a55e4e57db87962d7fa354fa106c9ba96fbb8
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 27 11:12:19 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index be980af..94357f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
wah-plugins packaging



More information about the pkg-multimedia-commits mailing list