.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=12
This commit is contained in:
parent
64bab08cbe
commit
d5c826ce7f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 09:55:10 UTC 2011 - werner@suse.de
|
||||
|
||||
- To use this with asymptote from TeX Live large config is required.
|
||||
Also fast garbage collection iby using pthread-based parallel mark
|
||||
implementation will help a lot.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 05:39:10 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
10
gc.spec
10
gc.spec
@ -22,7 +22,7 @@ Version: 7.1.9.6
|
||||
Release: 1
|
||||
%define src_ver 7.2alpha6
|
||||
Group: Development/Libraries/C and C++
|
||||
License: BSD 3-Clause
|
||||
License: BSD-3-Clause
|
||||
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
Summary: A garbage collector for C and C++
|
||||
Source: %{name}-%{src_ver}.tar.bz2
|
||||
@ -78,7 +78,13 @@ be otherwise accessed.
|
||||
%{suse_update_config -f}
|
||||
autoreconf -fi
|
||||
%{__libtoolize} -f
|
||||
%configure --disable-static --with-pic --enable-cplusplus
|
||||
%configure --disable-static \
|
||||
--with-pic \
|
||||
--with-gnu-ld \
|
||||
--enable-cplusplus \
|
||||
--enable-large-config \
|
||||
--enable-threads=posix \
|
||||
--enable-parallel-mark
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user