[SCM] lilv/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jan 4 21:37:38 UTC 2017


The following commit has been merged in the master branch:
commit e1d282010ed7e866325cd8f9be6aad1d431d88bb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jan 4 22:27:29 2017 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index c7026da..32b2c29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,10 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export LINKFLAGS += $(LDFLAGS)
+
 WAF = ./waf
 
 %:

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list