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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 27 00:09:05 UTC 2016


The following commit has been merged in the master branch:
commit 5e64bfbb833c0e5fd426056bb2a62c534121436a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 27 01:05:41 2016 +0100

    Avoid most useless linking.

diff --git a/debian/rules b/debian/rules
index 3e7bf7a..94357f1 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 $@
 

-- 
vco-plugins packaging



More information about the pkg-multimedia-commits mailing list