[SCM] jkmeter/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Dec 22 20:08:09 UTC 2016


The following commit has been merged in the master branch:
commit e69f96a5914fe1149a9bef3e4472d57c6a0ec688
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Dec 22 21:04:48 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 577928a..fbd278e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
 
 %:
 	dh $@ --sourcedir=source

-- 
jkmeter packaging



More information about the pkg-multimedia-commits mailing list