[SCM] midisnoop/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Oct 12 14:56:32 UTC 2017


The following commit has been merged in the master branch:
commit 23e804fa346687fbb8b484d2dbdb29c05e30cce7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Oct 12 16:16:00 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 1186d64..d49128a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
 #LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-#export LDFLAGS+=-Wl,--as-needed
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export QT_SELECT=qt4
 

-- 
midisnoop packaging



More information about the pkg-multimedia-commits mailing list