fix non-x86 builds
This commit is contained in:
parent
8257dce83f
commit
b1f8fa152f
@ -1,6 +1,6 @@
|
|||||||
Name: mono
|
Name: mono
|
||||||
Version: 2.10.1
|
Version: 2.10.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A .NET runtime environment
|
Summary: A .NET runtime environment
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -296,10 +296,6 @@ gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
|
|||||||
--with-libgdiplus=installed --with-sgen=no \
|
--with-libgdiplus=installed --with-sgen=no \
|
||||||
--with-profile4=yes
|
--with-profile4=yes
|
||||||
|
|
||||||
%ifnarch %{ix86} x86_64 %{arm}
|
|
||||||
--disable-system-aot
|
|
||||||
%endif
|
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -734,6 +730,9 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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@fedoraproject.org> - 2.10.1-5
|
* Sun Apr 03 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-5
|
||||||
- Correctly obsolete mono-4-preview in mono-core
|
- Correctly obsolete mono-4-preview in mono-core
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user