Accepting request 128420 from home:jengelh:branches:Base:System

- Only use --enable-jit on supported architectures; the build will
  otherwise fail (e.g. on sparc).

OBS-URL: https://build.opensuse.org/request/show/128420
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=39
This commit is contained in:
Andreas Jaeger 2012-07-20 17:46:20 +00:00 committed by Git OBS Bridge
parent ce4b90c2e1
commit e2cd98b5eb
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 19 17:18:04 UTC 2012 - jengelh@inai.de
- Only use --enable-jit on supported architectures; the build will
otherwise fail (e.g. on sparc).
-------------------------------------------------------------------
Thu May 10 15:59:21 UTC 2012 - afaerber@suse.de

View File

@ -127,8 +127,13 @@ as Perl 5.
%patch
%build
# Available JIT archs see sljit/sljitConfig.h
autoreconf -fiv
%configure --enable-jit --enable-static \
%configure \
%ifarch %ix86 x86_64 %arm ppc ppc64 mips
--enable-jit \
%endif
--enable-static \
--with-link-size=2 \
--with-match-limit=10000000 \
--enable-newline-is-lf \