From f566848011507491eae86377960fe39fd396de4f Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Oct 14 2010 06:50:29 +0000 Subject: - Remove m32 CFLAGS --- diff --git a/mono.spec b/mono.spec index e14f4ef..a785345 100644 --- a/mono.spec +++ b/mono.spec @@ -6,7 +6,7 @@ Name: mono Version: 2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A .NET runtime environment Group: Development/Languages @@ -327,15 +327,11 @@ rm -rf mcs/class/lib/monolite/* %build %ifarch ia64 -export CFLAGS="-O2 -fno-strict-aliasing -m32" +export CFLAGS="-O2 -fno-strict-aliasing" %else export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %endif -%ifarch x86_64 -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -m32" -%endif - gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\" %configure --with-ikvm-native=yes --with-jit=yes --with-xen_opt=yes \ @@ -863,6 +859,9 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/ %endif %changelog +* Thu Oct 14 2010 Paul F. Johnson 2.8-3 +- Remove m32 CFLAGS + * Wed Oct 13 2010 Paul F. Johnson 2.8-2 - Fix URL - Attempt to fix 64 bit build problem by adding -m32 to the CFLAGS