[SCM] drumkv1/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jun 27 13:15:51 UTC 2017
The following commit has been merged in the master branch:
commit 1ab3839d39e575ab48c5da9713064d513c655a53
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jun 27 15:06:39 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 93a20d1..36fd150 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
EXTRA_CONFIGURE_ARGS = \
--
drumkv1 packaging
More information about the pkg-multimedia-commits
mailing list