[SCM] vocproc/master: Try to avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Dec 28 09:25:45 UTC 2016
The following commit has been merged in the master branch:
commit 9ef0a443d9e39755cc326e63c58ebca01f9c0691
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Dec 28 01:52:14 2016 +0100
Try to avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 721187a..ad2f1f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
--
vocproc packaging
More information about the pkg-multimedia-commits
mailing list