[SCM] gxtuner/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jun 25 23:51:39 UTC 2017


The following commit has been merged in the master branch:
commit f63725a5972c636ddc5ee5c8583012251e432521
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 26 01:26:22 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 4c5e05d..1a6ec59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
gxtuner packaging



More information about the pkg-multimedia-commits mailing list