From add9d30780ca969f0b81cd5a864c0855a59601d0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 17 Nov 2005 16:40:19 +0000 Subject: [PATCH] excludearch x86-64 for now since it segfaults x86-64 CV: ---------------------------------------------------------------------- --- mono.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mono.spec b/mono.spec index b46bfb4..c94934f 100644 --- a/mono.spec +++ b/mono.spec @@ -15,6 +15,8 @@ BuildRequires: bison, glib2-devel, pkgconfig, libicu-devel libgdiplus ExclusiveArch: %ix86 x86_64 ppc ia64 s390 s390x armv4l sparc # Buildroots are hosed atm ExcludeArch: s390 s390x +# rpmbuild segfaults +ExcludeArch: x86-64 %description The Mono runtime implements a JIT engine for the ECMA CLI