Disable jit for RISC-V
This commit is contained in:
parent
91ce2deda0
commit
2485043043
@ -1,6 +1,6 @@
|
||||
Name: pcre2
|
||||
Version: 10.33
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Perl Compatible Regular Expressions
|
||||
License: BSD
|
||||
URL: http://www.pcre.org/
|
||||
@ -54,7 +54,11 @@ autoreconf -vif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%ifarch riscv64
|
||||
--disable-jit \
|
||||
%else
|
||||
--enable-jit \
|
||||
%endif
|
||||
--enable-pcre2grep-jit \
|
||||
--disable-bsr-anycrlf \
|
||||
--disable-coverage \
|
||||
@ -120,6 +124,9 @@ make check
|
||||
%{_pkgdocdir}/html/
|
||||
|
||||
%changelog
|
||||
* Tue Jun 2 2020 whoisxxx <zhangxuzhou4@huawei.com> - 10.33-4
|
||||
- DESC: Disable jit for RISC-V
|
||||
|
||||
* Tue Apr 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 10.33-3
|
||||
- Type:cves
|
||||
- ID:CVE-2019-20454
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user