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

Mirco Bauer meebey at meebey.net
Sun Jan 30 18:24:06 UTC 2011


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

    Disable libgc's parallel mark on powerpc as it FTBFS

diff --git a/debian/rules b/debian/rules
index 93a0bfc..101d109 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,10 @@ endif
 ifeq ($(DEB_BUILD_ARCH), armel)
 	CONF_FLAGS += --with-fpu=NONE
 endif
+ifeq ($(DEB_BUILD_ARCH), powerpc)
+	# libgc with parallel mark FTBFS on ppc
+	CONF_FLAGS += --disable-parallel-mark
+endif
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0 -g

-- 
mono



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