[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.4.3-4-24-g84f33c9

Chow Loong Jin hyperair at gmail.com
Mon May 25 17:51:31 UTC 2009


The following commit has been merged in the master branch:
commit 84f33c9667cb4015f61938ce863674e7a03fb084
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Tue May 26 01:51:12 2009 +0800

    Pass LDFLAGS into configure

diff --git a/debian/rules b/debian/rules
index b54b9f9..1b88940 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static --enable-release \
 	                     --with-vendor-build-id="`lsb_release -ds`" \
-	                     MCS=/usr/bin/csc
+	                     MCS=/usr/bin/csc LDFLAGS=$(LDFLAGS)
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list