[SCM] fluidsynth/master: Append -Wl,--as-needed flag to LDFLAGS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 9 12:42:31 UTC 2011


The following commit has been merged in the master branch:
commit f80da83a233421be8194a406ca4ebf0efeb05c8e
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 9 13:32:21 2011 +0100

    Append -Wl,--as-needed flag to LDFLAGS.

diff --git a/debian/rules b/debian/rules
index 2de8d63..037dc93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 EXTRA_CONFIGURE_ARGS += -Denable-alsa=off -Denable-dbus=off
 endif

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list