[SCM] jaaa/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 22 13:01:22 UTC 2016
The following commit has been merged in the master branch:
commit 123dc8619bc1fb737015c76a76ad55c78d76b573
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 22 13:57:54 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 15cc291..8af8e27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ MAINPACKAGE?=$(shell dpkg-parsechangelog | sed -n 's/Source: \(.*\)/\1/p')
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export LDLIBS += -Wl,--as-needed
+
%:
dh $@ --sourcedir=source
--
jaaa packaging
More information about the pkg-multimedia-commits
mailing list