Accepting request 51852 from Base:System

Accepted submit request 51852 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=12
This commit is contained in:
Ruediger Oertel 2010-11-02 12:36:23 +00:00 committed by Git OBS Bridge
parent 2ccdc9ba20
commit 83362174cb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Thu Jan 28 12:59:59 CET 2010 - rguenther@suse.de

View File

@ -70,7 +70,7 @@ autoreconf -fi
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 %{?jobs:-j%jobs}
make %{?_smp_mflags}
%ifarch ia64
make -k check
%else