!5 disable-jit for RISC-V

Merge pull request !5 from whoisxxx/master
This commit is contained in:
openeuler-ci-bot 2020-06-10 09:56:42 +08:00 committed by Gitee
commit 16c6cc72de

View File

@ -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