- --enable-large-config (#453972)
This commit is contained in:
parent
dc803d7c7b
commit
c58dc59f61
10
gc.spec
10
gc.spec
@ -3,7 +3,7 @@ Summary: A garbage collector for C and C++
|
|||||||
Name: gc
|
Name: gc
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
|
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||||
@ -53,10 +53,11 @@ autoreconf -i
|
|||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-cplusplus \
|
--enable-cplusplus \
|
||||||
--enable-threads=posix \
|
--enable-large-config \
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
--enable-parallel-mark
|
--enable-parallel-mark \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-threads=posix
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 12 2008 Rex Dieter <rdieter@fedoraproject.org> 7.1-2
|
||||||
|
- --enable-large-config (#453972)
|
||||||
|
|
||||||
* Sun May 04 2008 Rex Dieter <rdieter@fedoraproject.org> 7.1-1
|
* Sun May 04 2008 Rex Dieter <rdieter@fedoraproject.org> 7.1-1
|
||||||
- gc-7.1
|
- gc-7.1
|
||||||
- purge rpaths
|
- purge rpaths
|
||||||
|
Loading…
Reference in New Issue
Block a user