[SCM] ebumeter/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Dec 21 23:17:41 UTC 2016


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

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index de0097a..71e578c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 

-- 
ebumeter packaging



More information about the pkg-multimedia-commits mailing list