[SCM] tap-plugins/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Dec 26 21:37:00 UTC 2016


The following commit has been merged in the master branch:
commit cc69a2c5abb168b88cd39e2ec7c1cc844fef9ec0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 26 22:33:31 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index b068eb7..5717406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@
 

-- 
tap-plugins packaging



More information about the pkg-multimedia-commits mailing list