[SCM] fluidsynth/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Oct 2 11:14:02 UTC 2017


The following commit has been merged in the master branch:
commit 58462329b9867cdba14e8ba972a5779662d78cd3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 2 12:45:12 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index a1dc824..19a8ccb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
 EXTRA_CONFIGURE_ARGS += -Denable-alsa=off -Denable-dbus=off
 endif

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list