[SCM] abgate/master: Avoid some useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Dec 28 15:55:28 UTC 2016


The following commit has been merged in the master branch:
commit 1fa3af8f2e7a7a4538d8c0021214a864df44cf1c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Dec 28 16:50:01 2016 +0100

    Avoid some useless linking.

diff --git a/debian/rules b/debian/rules
index d8309f6..a69c44f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@

-- 
abgate packaging



More information about the pkg-multimedia-commits mailing list