[SCM] jalv/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jan 6 14:48:03 UTC 2017


The following commit has been merged in the master branch:
commit 7aa554735076c9c8d8f47f920fe84af6ccf0264d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jan 6 15:11:58 2017 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 037ff23..9e648bd 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=+all
 
-LDFLAGS += -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export LINKFLAGS += $(LDFLAGS)
+
 WAF = ./waf
 
 %:

-- 
jalv packaging



More information about the pkg-multimedia-commits mailing list