From: Andrew Jorgensen Date: Mon, 20 Sep 2010 23:23:51 +0000 (-0600) Subject: put the x11 devel package back in buildrequires and a couple other spec fixes X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=ea222251b7f0df0ba44d55669175bd33b38b029f;p=mono.git put the x11 devel package back in buildrequires and a couple other spec fixes --- diff --git a/mono-core.spec.in b/mono-core.spec.in index b56dc32be64..513bd77cabc 100644 --- a/mono-core.spec.in +++ b/mono-core.spec.in @@ -16,9 +16,10 @@ Version: @VERSION@ Release: 0 Source0: mono-%{version}.tar.bz2 BuildRequires: bison -BuildRequires: gcc-c++ BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: pkgconfig +BuildRequires: xorg-x11-libX11-devel BuildRequires: zlib-devel %ifnarch ia64 BuildRequires: valgrind-devel @@ -96,6 +97,9 @@ export PATH=/opt/novell/llvm-mono/bin:$PATH %if %llvm == yes --enable-loadedllvm \ --disable-system-aot \ +%endif +%ifnarch %ix86 x86_64 + --disable-system-aot \ %endif --with-ikvm=yes \ --with-moonlight=no