Accepting request 93263 from Base:System
add libtool to buildrequires (forwarded request 93212 from coolo) OBS-URL: https://build.opensuse.org/request/show/93263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=17
This commit is contained in:
parent
c1d387ac7e
commit
8176ac3266
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 09:24:25 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 19:12:14 CET 2011 - dmueller@suse.de
|
||||
|
||||
- disable testsuite when running under qemu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 16:03:13 CEST 2011 - dmueller@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: libunwind
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-c++ libtool
|
||||
Url: http://savannah.nongnu.org/projects/libunwind/
|
||||
Summary: Unwind Library
|
||||
Version: 1.0.1
|
||||
@ -73,8 +73,12 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
|
||||
./configure "CFLAGS=$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir} \
|
||||
--libdir=%{_libdir} --build=%{_target_cpu}-suse-linux
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build:1}
|
||||
# There are some expected failures
|
||||
make -k check || :
|
||||
%endif
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user