[SCM] invada-ladspa/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Dec 19 18:40:54 UTC 2016
The following commit has been merged in the master branch:
commit 276bcb0561c4df7dc9708e640e10c3a8a9495126
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Dec 19 19:10:03 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 3ebab90..a6bd126 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
%:
dh $@
--
invada-ladspa packaging
More information about the pkg-multimedia-commits
mailing list