disable jit for sparcv9 and sparc64
This commit is contained in:
parent
78300401e6
commit
20cb18b8fb
@ -2,7 +2,7 @@
|
|||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.30
|
Version: 8.30
|
||||||
Release: %{?rcversion:0.}6%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}7%{?rcversion:.%rcversion}%{?dist}
|
||||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,7 +78,7 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x sparc64 sparcv9
|
||||||
--disable-jit \
|
--disable-jit \
|
||||||
%else
|
%else
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
@ -130,6 +130,9 @@ make check
|
|||||||
%{_mandir}/man1/pcretest.*
|
%{_mandir}/man1/pcretest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 12 2012 Tom Callaway <spot@fedoraproject.org> - 8.30-7
|
||||||
|
- disable jit for sparcv9 and sparc64
|
||||||
|
|
||||||
* Fri May 11 2012 Petr Pisar <ppisar@redhat.com> - 8.30-6
|
* Fri May 11 2012 Petr Pisar <ppisar@redhat.com> - 8.30-6
|
||||||
- Fix spelling in manual pages (bug #820978)
|
- Fix spelling in manual pages (bug #820978)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user