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:
parent
8370b5d1b8
commit
2c983da3bb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user