[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-51-gb9e84ec

Jo Shields directhex at apebox.org
Fri Nov 5 20:48:14 UTC 2010


The following commit has been merged in the master branch:
commit 656cccbf9dd456e646d3c5b7072642b391732396
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Nov 5 20:39:45 2010 +0000

    Call libtoolize during moonlight build, to prevent doltlibtool from falling over with meaningless error messages, in that special way that libtool encourages.

diff --git a/debian/rules b/debian/rules
index 8977271..ad433e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,6 +114,7 @@ moonlight-build-stamp: moonlight-configure-stamp
 
 moonlight-configure-stamp: mono-install-stamp
 	autoreconf
+	libtoolize --force --copy
 	PKG_CONFIG_PATH=$(MONO_SHARED_DIR)/monoprefix/lib/pkgconfig ./configure --with-mcspath=$(MONO_SHARED_DIR)/mono-2-6/mcs --with-mono-basic-path=$(MONO_SHARED_DIR)/mono-basic-2-6 --with-cairo=system --with-ff3=yes --prefix=/usr --with-curl=system $(arch_config_args)
 	touch moonlight-configure-stamp
 

-- 
moon



More information about the Pkg-mono-svn-commits mailing list