Accepting request 86685 from home:uli_suse:branches:devel:tools

- cross-build fix: use %configure macro

OBS-URL: https://build.opensuse.org/request/show/86685
OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2011-10-05 15:23:39 +00:00 committed by Git OBS Bridge
parent 8370b5d1b8
commit 2c983da3bb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 5 12:33:53 UTC 2011 - uli@suse.com
- cross-build fix: use %configure macro
-------------------------------------------------------------------
Mon Apr 4 15:11:04 CEST 2011 - jdelvare@suse.de

View File

@ -48,8 +48,8 @@ Authors:
%setup -q -n patch-%version%hash
%build
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
./configure --prefix=%{_prefix}
export CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe"
%configure --prefix=%{_prefix}
make %{?_smp_mflags} %{verbose:V=1};
%check