[Pkg-mono-svn-commits] rev 2703 - mono/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Mon Sep 4 20:43:33 UTC 2006


Author: meebey-guest
Date: 2006-09-04 20:43:32 +0000 (Mon, 04 Sep 2006)
New Revision: 2703

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- -2 release



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-09-04 13:24:06 UTC (rev 2702)
+++ mono/trunk/debian/changelog	2006-09-04 20:43:32 UTC (rev 2703)
@@ -1,3 +1,13 @@
+mono (1.1.17.1-2) unstable; urgency=high
+
+  * Mirco 'meebey' Bauer:
+    + debian/rules:
+      - Removed --with-static_mono=no from configure call, caused bad runtime
+        bugs (random crashes, e.g. FTBFS for ARM). According to upstream this
+        is an untested feature, and should not be used by the runtime itself.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 3 Sep 2006 17:19:37 +0200
+
 mono (1.1.17.1-1) unstable; urgency=low
 
   * New upstream release

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-09-04 13:24:06 UTC (rev 2702)
+++ mono/trunk/debian/rules	2006-09-04 20:43:32 UTC (rev 2703)
@@ -44,7 +44,7 @@
 	./configure $(confflags) --prefix=/usr \
 	  --mandir=\$${prefix}/share/man \
 	  --infodir=\$${prefix}/share/info --sysconfdir=/etc \
-	  --with-sigaltstack=no $(GC) --with-static_mono=no \
+	  --with-sigaltstack=no $(GC) \
 	  --with-jit=yes --with-ikvm-native=no --with-preview=yes \
 	  --with-libgdiplus=installed --with-x=yes
 	$(MAKE)




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