[SCM] jnoisemeter/master: Avoid useless linking.

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


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

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 5f8c0f2..593f50c 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 $@ --sourcedir=source 

-- 
jnoisemeter packaging



More information about the pkg-multimedia-commits mailing list