From a3d13aa47bb96b0a34ff8a87748abb6df5c33461 Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Apr 03 2008 23:53:45 +0000 Subject: - Fixed build on i386 since it needs to be configured as i686-pc-linux-gnu and not i386-pc-linux-gnu. --- diff --git a/boinc-client.spec b/boinc-client.spec index f2e1709..6ddce3f 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -4,7 +4,7 @@ Summary: The BOINC client core Name: boinc-client Version: 5.10.45 -Release: 4.%{snap}svn%{?dist} +Release: 5.%{snap}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ @@ -98,7 +98,12 @@ This package contains development files for %{name}. %patch1 -p1 %build +%ifarch i386 +%configure --disable-static --enable-unicode --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i686-redhat-linux-gnu +%else %configure --disable-static --enable-unicode +%endif + # Parallel make does not work. make -k @@ -246,6 +251,10 @@ fi %changelog +* Fri Apr 04 2008 Milos Jakubicek - 5.10.45-5.20080315svn +- Fixed build on i386 since it needs to be configured as i686-pc-linux-gnu + and not i386-pc-linux-gnu. + * Mon Mar 24 2008 Milos Jakubicek - 5.10.45-4.20080315svn - Removed unnecessary slash before the {_localstatedir} macro.