[mono] fix non-x86 builds

Dan Horák sharkcz at fedoraproject.org
Tue Apr 19 10:37:35 UTC 2011


commit b1f8fa152f9a57ca38f47aa9aafff32fa4c2f3bc
Author: Dan Horák <dan at danny.cz>
Date:   Tue Apr 19 12:37:39 2011 +0200

    fix non-x86 builds

 mono.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index 1e01513..96a585b 100644
--- a/mono.spec
+++ b/mono.spec
@@ -1,6 +1,6 @@
 Name:           mono
 Version:        2.10.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -296,10 +296,6 @@ gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
            --with-libgdiplus=installed --with-sgen=no \
            --with-profile4=yes
 
-%ifnarch %{ix86} x86_64 %{arm}
-            --disable-system-aot
-%endif
-
 make 
 
 %install
@@ -734,6 +730,9 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
 
 
 %changelog
+* Tue Apr 19 2011 Dan Horák <dan[at]danny.cz> 2.10.1-6
+- fix non-x86 builds
+
 * Sun Apr 03 2011 Christian Krause <chkr at fedoraproject.org> - 2.10.1-5
 - Correctly obsolete mono-4-preview in mono-core
 


More information about the scm-commits mailing list