From 8ce00436e0549a49078e2ce480f69a0abbda4cbbd75dff11eba13971bde519b5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 10 May 2022 13:09:38 +0000 Subject: [PATCH] Accepting request 975361 from devel:libraries:c_c++ OBS-URL: https://build.opensuse.org/request/show/975361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=25 --- pcre2.changes | 10 ++++++++++ pcre2.spec | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) 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 \