[SCM] ardour/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Dec 28 00:16:25 UTC 2016
The following commit has been merged in the master branch:
commit a725916e660b22a68040c1bbe0240f0fcd946bc0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Dec 28 01:16:06 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 8bb2826..9bb91b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ PKG = $(shell dpkg-parsechangelog -SSource)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
-include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list