[SCM] calf audio plugins packaging branch, master, updated. upstream/0.0.18.5-81-g8b7e1be

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 11 20:35:26 UTC 2010


The following commit has been merged in the master branch:
commit 68fd2d238fde5332f1f1de3245f1d1deab785572
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Feb 11 21:26:56 2010 +0100

    Set LDFLAGS=-Wl,--as-needed to avoid useless linking (or most of it - calflv2gui.so seems to ignore it still).

diff --git a/debian/rules b/debian/rules
index 7f13dbe..5806357 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ include debian/cdbs/1/rules/buildinfo.mk
 
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/calf
 
+# Avoid useless linking
+LDFLAGS += -Wl,--as-needed
+
 # put aside upstream-shipped temp files during build but after copyright-check
 upstreamtmpfiles = calf.desktop
 pre-build:: debian/stamp-upstreamtmpstuff

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list