[SCM] qjackctl/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Jun 26 14:56:50 UTC 2017
The following commit has been merged in the master branch:
commit d61e47c320f42c65cd39e3da929d45f6f6da940a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Jun 26 16:36:41 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index e8ca770..d328773 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
CFLAGS = -Wall -g
export QTDIR=/usr/share/qt5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export QT_SELECT=qt5
include /usr/share/cdbs/1/rules/debhelper.mk
--
qjackctl packaging
More information about the pkg-multimedia-commits
mailing list