[SCM] jmeters/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 22 20:29:02 UTC 2016
The following commit has been merged in the master branch:
commit 9cdf899c776ceadcd2f1edd45f28aef30d950224
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 22 21:25:37 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index c218ae3..13228d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
+
export PREFIX=/usr
%:
--
jmeters packaging
More information about the pkg-multimedia-commits
mailing list