[SCM] libgig/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 3 09:10:50 UTC 2017


The following commit has been merged in the master branch:
commit 2969deface6a43550d67ea9f4ab4a98c35108e10
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 3 10:52:30 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index de19e47..4294852 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@
 

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list