[SCM] zita-bls1/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 27 12:37:48 UTC 2016


The following commit has been merged in the master branch:
commit 36092a404e9644c1e0f3f6af9633d8f3c0290da4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 27 13:34:14 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 7e3d3ed..fb8770b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ -Smakefile -Dsource

-- 
zita-bls1 packaging



More information about the pkg-multimedia-commits mailing list