[SCM] jconv/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 20 15:34:54 UTC 2016


The following commit has been merged in the master branch:
commit 6eda5458e27bf4ea188d2d35dee0967a88bdd2cb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 20 16:06:38 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index da254fe..fb5d9f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
jconv packaging



More information about the pkg-multimedia-commits mailing list