[SCM] jnoise/master: Avoid useless linking.

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


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

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 1b2d75a..6ea3966 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
 
 %:
 	dh $@ -Smakefile --sourcedirectory=source

-- 
jnoise packaging



More information about the pkg-multimedia-commits mailing list