[SCM] suil/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Oct 4 18:58:11 UTC 2017
The following commit has been merged in the master branch:
commit 8f69c04c30f80859d4a9e9a52f1a26b94bbc4716
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Oct 4 20:44:19 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index d91764c..d780a07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-LDFLAGS+=-Wl,--as-needed
+
WAF = ./waf
%:
--
suil packaging
More information about the pkg-multimedia-commits
mailing list