[pcre/f19] Disable unsupported JIT on aarch64

Petr Pisar ppisar at fedoraproject.org
Mon Jun 3 12:14:57 UTC 2013


commit 837cbcff9398e4c142917c0e33b9d482b8dc31a8
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 3 14:10:29 2013 +0200

    Disable unsupported JIT on aarch64

 pcre.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index aa91afa..4bc26cb 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -2,7 +2,7 @@
 #%%global rcversion RC1
 Name: pcre
 Version: 8.32
-Release: %{?rcversion:0.}6%{?rcversion:.%rcversion}%{?dist}
+Release: %{?rcversion:0.}7%{?rcversion:.%rcversion}%{?dist}
 %global myversion %{version}%{?rcversion:-%rcversion}
 Summary: Perl-compatible regular expression library
 Group: System Environment/Libraries
@@ -81,7 +81,7 @@ done
 
 %build
 %configure \
-%ifarch s390 s390x sparc64 sparcv9
+%ifarch aarch64 s390 s390x sparc64 sparcv9
     --disable-jit \
 %else
     --enable-jit \
@@ -133,6 +133,9 @@ make check
 %{_mandir}/man1/pcretest.*
 
 %changelog
+* Mon Jun 03 2013 Petr Pisar <ppisar at redhat.com> - 8.32-7
+- Disable unsupported JIT on aarch64 (bug #969693)
+
 * Thu May 16 2013 Petr Pisar <ppisar at redhat.com> - 8.32-6
 - Fix passing too small output vector to pcre_dfa_exec (bug #963284)
 


More information about the scm-commits mailing list