[SCM] gwc/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 29 14:10:40 UTC 2016
The following commit has been merged in the master branch:
commit c8555668b6c5e7eb239a66739136190a7352fcb4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 29 14:48:35 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index b2004bd..7b83060 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
export REPACK_SH=$(CURDIR)/debian/repack.sh
configure_flags := \
--
gwc packaging
More information about the pkg-multimedia-commits
mailing list