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 \