[SCM] ambdec/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Dec 21 09:06:26 UTC 2016


The following commit has been merged in the master branch:
commit af8f6618e006a5049e885a4195ee2a82aca28153
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Dec 21 09:57:54 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index fb14f7b..19fa131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 

-- 
ambdec packaging



More information about the pkg-multimedia-commits mailing list