diff --git a/gc.spec b/gc.spec index 86e2993..095babd 100644 --- a/gc.spec +++ b/gc.spec @@ -3,7 +3,7 @@ Summary: A garbage collector for C and C++ Name: gc Version: 7.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -53,10 +53,11 @@ autoreconf -i --disable-dependency-tracking \ --disable-static \ --enable-cplusplus \ - --enable-threads=posix \ + --enable-large-config \ %ifarch %{ix86} - --enable-parallel-mark + --enable-parallel-mark \ %endif + --enable-threads=posix make %{?_smp_mflags} @@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jul 12 2008 Rex Dieter 7.1-2 +- --enable-large-config (#453972) + * Sun May 04 2008 Rex Dieter 7.1-1 - gc-7.1 - purge rpaths