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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 27 15:41:45 UTC 2016


The following commit has been merged in the master branch:
commit dd340409e4b80d418e4d359cbe31b99df818c48f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 27 16:33:24 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 7265686..503c46b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 export PREFIX=/usr
 
 %:

-- 
zita-rev1 packaging



More information about the pkg-multimedia-commits mailing list