diff --git a/pcre.spec b/pcre.spec index e6f287d2add5b2e776f340453ef755a9739d8da6..f1a7faf4dbe17f0b9cdf3c96056ea2513d07e406 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: pcre Version: 8.45 @@ -101,7 +101,7 @@ done %build %configure \ -%ifarch loongarch64 +%ifarch loongarch64 riscv64 --disable-jit \ %else --enable-jit \ @@ -181,6 +181,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Mon Nov 6 2023 Guoguo - 8.45-5 +- fix build error for riscv64 + * Wed Aug 16 2023 Wenlong Zhang - 8.45-4 - fix build error for loongarch64