[SCM] aliki/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 20 21:45:10 UTC 2016


The following commit has been merged in the master branch:
commit c21d483483c374ed3ae6483a3d838cca2e1e41ab
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 20 22:41:50 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 6eeacac..43523f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 

-- 
aliki packaging



More information about the pkg-multimedia-commits mailing list