Accepting request 237539 from home:k0da:ppc

- Enable JIT on ppc64le as well

OBS-URL: https://build.opensuse.org/request/show/237539
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=58
This commit is contained in:
Stephan Kulow 2014-06-16 19:47:20 +00:00 committed by Git OBS Bridge
parent 8717295031
commit d0b0baaf65
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 14:44:43 UTC 2014 - dvaleev@suse.com
- Enable JIT on ppc64le as well
-------------------------------------------------------------------
Sat May 3 06:07:56 UTC 2014 - coolo@suse.com

View File

@ -161,7 +161,7 @@ as Perl 5.
# Available JIT archs see sljit/sljitConfig.h
autoreconf -fiv
%configure \
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 mips sparc
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
--enable-jit \
%endif
--enable-static \