[SCM] drc/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Oct 4 16:17:06 UTC 2017
The following commit has been merged in the master branch:
commit 47b246347789306505019c52e0fcc5e3f371dd2a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Oct 4 18:14:11 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 74497da..067359e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ --sourcedir=source
--
drc packaging
More information about the pkg-multimedia-commits
mailing list