[SCM] pyliblo/master: Try to avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Dec 24 08:40:59 UTC 2016


The following commit has been merged in the master branch:
commit 605cb8c7194db87982422dd000231a0c6f40a386
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Dec 24 09:34:09 2016 +0100

    Try to avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 3b5c505..d1faf55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_MAINT_LDFLAGS_APPEND = -Wl,--as-needed
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list