[Pkg-cli-libs-commits] [SCM] gnome-sharp2 branch, master, updated. upstream/2.24.1-23-g863308e
Julian Taylor
jtaylor.debian at googlemail.com
Sun Jun 5 20:32:27 UTC 2011
The following commit has been merged in the master branch:
commit 863308e6a765ea0cdf2cb5f7f3fceebf8ee706bd
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Sun Jun 5 20:11:47 2011 +0000
apply as-needed patch again and make sure LDFLAGS is set
diff --git a/debian/rules b/debian/rules
index 0af3362..d106df9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,12 @@ API_VERSION = 2.24.0
%:
dh $@ --with autoreconf
+override_dh_autoreconf:
+ dh_autoreconf
+ patch -p3 < debian/ltmain-add-as-needed.patch
+
override_dh_auto_configure:
- dh_auto_configure -- CSC=/usr/bin/mono-csc
+ dh_auto_configure -- CSC=/usr/bin/mono-csc LDFLAGS="$(LDFLAGS)"
override_dh_makeclilibs:
dh_makeclilibs -m $(API_VERSION)
--
gnome-sharp2
More information about the Pkg-cli-libs-commits
mailing list