[SCM] setbfree/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Dec 26 19:39:10 UTC 2016
The following commit has been merged in the master branch:
commit 65803d8d37ea553d22a4ef9d0cabff9165bb9236
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Dec 26 20:23:45 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index d118d7b..20dbc41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, -pie
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
%:
dh $@
--
setbfree packaging
More information about the pkg-multimedia-commits
mailing list