[SCM] brp-pacu/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 29 13:28:53 UTC 2016
The following commit has been merged in the master branch:
commit c9be0dbfdf2afb2ee08fd7dee30dff8d0f539e21
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 29 14:23:55 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 6b638ea..36ab9d8 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 $@
--
brp-pacu packaging
More information about the pkg-multimedia-commits
mailing list