[SCM] jack-capture/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Jun 26 07:40:28 UTC 2017
The following commit has been merged in the master branch:
commit a4cd33721655908e791465a3b66e4138bce55ca7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Jun 26 09:19:07 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 1732dc4..94226ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export PREFIX=/usr
--
jack-capture packaging
More information about the pkg-multimedia-commits
mailing list