[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-45-g3c24df0

Mirco Bauer meebey at meebey.net
Sun Jan 30 00:26:03 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 3c24df0b9fc7542491ea10fcd86a26858a16c88c
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jan 30 01:24:01 2011 +0100

    Disable automatic AOT on "make install" as this needs to be done on package install time

diff --git a/debian/rules b/debian/rules
index e374355..9001c95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,8 @@ CONFIGURE =	CFLAGS="$(CFLAGS)" \
 		  --mandir=\$${prefix}/share/man \
 		  --infodir=\$${prefix}/share/info --sysconfdir=/etc \
 		  --with-ikvm-native=no \
-		  --disable-quiet-build
+		  --disable-quiet-build \
+		  --disable-system-aot
 
 # Mono's build system doesn't like -j > 1
 MAKE_FLAGS += -j1

-- 
mono



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