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
|
Mon Apr 4 15:11:04 CEST 2011 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ Authors:
|
|||||||
%setup -q -n patch-%version%hash
|
%setup -q -n patch-%version%hash
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
export CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe"
|
||||||
./configure --prefix=%{_prefix}
|
%configure --prefix=%{_prefix}
|
||||||
make %{?_smp_mflags} %{verbose:V=1};
|
make %{?_smp_mflags} %{verbose:V=1};
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user