Accepting request 975090 from home:pgajdos

- do not enable jit-sealloc [bsc#1182864] [bsc#1199208]

- enable jit for s390x [bsc#1199196]

OBS-URL: https://build.opensuse.org/request/show/975090
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=57
This commit is contained in:
Marcus Meissner 2022-05-06 08:36:52 +00:00 committed by Git OBS Bridge
parent d9bd3f2d62
commit 01d7c2e840
2 changed files with 11 additions and 2 deletions

View File

@ -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 <andreas.stieger@gmx.de>

View File

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