[SCM] qxgedit/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Jun 28 17:27:08 UTC 2017
The following commit has been merged in the master branch:
commit 856294655275a1c8fe08ae25213226f7cb1b35c2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Jun 28 16:02:34 2017 +0200
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 9a6d73f..9360630 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_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
--
qxgedit packaging
More information about the pkg-multimedia-commits
mailing list