SHA256
6
0
forked from pool/gc
OBS User unknown 2007-11-23 00:54:48 +00:00 committed by Git OBS Bridge
parent d99ca8b61e
commit 316077a739
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 21 18:00:27 CET 2007 - uli@suse.de
- implicit malloc() redirection breaks some apps (bug #335123)
-------------------------------------------------------------------
Sat May 26 23:51:37 CEST 2007 - ro@suse.de

13
gc.spec
View File

@ -12,11 +12,11 @@
Name: gc
Version: 6.6
Release: 49
Autoreqprov: on
Release: 79
AutoReqProv: on
Group: Development/Libraries/C and C++
License: BSD License and BSD-like
URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
License: BSD 3-Clause
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Summary: A garbage collector for C and C++
Source: %{name}%{version}.tar.bz2
#Patch: %{name}-%{version}-shared.diff
@ -45,7 +45,7 @@ Summary: A garbage collector for C and C++
Group: Development/Libraries/C and C++
Provides: gc:/usr/include/gc/gc.h
Requires: gc = %{version}
Autoreqprov: on
AutoReqProv: on
%description devel
The Boehm-Demers-Weiser conservative garbage collector can be used as a
@ -78,7 +78,6 @@ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--enable-redirect-malloc \
--enable-cplusplus
make
@ -102,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Wed Nov 21 2007 - uli@suse.de
- implicit malloc() redirection breaks some apps (bug #335123)
* Sat May 26 2007 - ro@suse.de
- split off devel package
* Mon Jan 30 2006 - uli@suse.de