[SCM] qtractor/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Jun 29 17:56:32 UTC 2017
The following commit has been merged in the master branch:
commit 8011dba2f9d3c13b53fd557e29c0c4bcde96611e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Jun 29 19:42:07 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index fd5572b..39c8133 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
export QT_SELECT=qt5
--
qtractor packaging
More information about the pkg-multimedia-commits
mailing list