[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-2-27-g9f85406

Mirco Bauer meebey at meebey.net
Sun Jun 14 03:36:43 UTC 2009


The following commit has been merged in the master branch:
commit 915b07a9e6fcbd1571773a575925f305fb5d828a
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 14 00:04:04 2009 +0200

    mkbundle needs Mono.Posix and ICSharpCode.SharpZipLi

diff --git a/debian/rules b/debian/rules
index c3f6c04..ae906a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,6 +171,9 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	# build ilasm
 	cd mcs/ilasm && LC_ALL=C $(MAKE) PROFILE=net_2_0
 
+	# mkbundle needs Mono.Posix and ICSharpCode.SharpZipLib
+	cd mcs/class/Mono.Posix && LC_ALL=C $(MAKE) PROFILE=net_2_0
+	cd mcs/class/ICSharpCode.SharpZipLib && LC_ALL=C $(MAKE) PROFILE=net_2_0
 	# build mkbundle
 	cd mcs/tools/mkbundle && LC_ALL=C $(MAKE) PROFILE=net_2_0
 

-- 
mono



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