SHA256
2
0

Accepting request 85827 from home:elvigia:branches:devel:libraries:c_c++

- Workaround qemu-arm bugs.

OBS-URL: https://build.opensuse.org/request/show/85827
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=7
This commit is contained in:
Cristian Rodríguez 2011-09-30 19:22:46 +00:00 committed by Git OBS Bridge
parent 9dd617cb75
commit fbf84769fd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 19:06:55 UTC 2011 - crrodriguez@opensuse.org
- Workaround qemu-arm bugs.
-------------------------------------------------------------------
Thu Sep 22 11:26:47 UTC 2011 - jengelh@medozas.de

View File

@ -23,7 +23,7 @@ Release: 1
%define src_ver 7.2alpha6
Group: Development/Libraries/C and C++
License: BSD 3-Clause
URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Summary: A garbage collector for C and C++
Source: %{name}-%{src_ver}.tar.bz2
Patch0: %{name}-build.patch
@ -86,7 +86,9 @@ rm -fr $RPM_BUILD_ROOT/usr/share/gc # docs
%{__rm} -f %{buildroot}%{_libdir}/*.la
%check
%if !%qemu_user_space_build
make check
%endif
%post -n libgc1 -p /sbin/ldconfig