From d0b0baaf65f8a392d806b8dd54cffcd499da33328bd94fda40861d643700b164 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 16 Jun 2014 19:47:20 +0000 Subject: [PATCH] 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 --- pcre.changes | 5 +++++ pcre.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pcre.changes b/pcre.changes index 0b1be4d..588f4e1 100644 --- a/pcre.changes +++ b/pcre.changes @@ -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 diff --git a/pcre.spec b/pcre.spec index c45146c..07d74a3 100644 --- a/pcre.spec +++ b/pcre.spec @@ -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 \