diff --git a/pcre2.changes b/pcre2.changes index b5a95a4..036ebd8 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 5 08:15:44 UTC 2022 - pgajdos@suse.com + +- do not enable jit-sealloc [bsc#1182864] [bsc#1199208] + +------------------------------------------------------------------- +Thu May 5 06:52:30 UTC 2022 - pgajdos@suse.com + +- enable jit for s390x [bsc#1199196] + ------------------------------------------------------------------- Sat Apr 16 10:50:31 UTC 2022 - Andreas Stieger diff --git a/pcre2.spec b/pcre2.spec index b67554b..693f415 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -171,9 +171,8 @@ API. autoreconf -fiv export LDFLAGS="-Wl,-z,relro,-z,now" %configure \ -%ifarch %{ix86} x86_64 aarch64 %{arm} ppc ppc64 ppc64le mips sparc +%ifarch %{ix86} x86_64 aarch64 %{arm} ppc ppc64 ppc64le mips sparc s390x --enable-jit \ - --enable-jit-sealloc \ %endif --enable-static \ --with-link-size=2 \