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
This commit is contained in:
Dominique Leuenberger 2022-05-10 13:09:38 +00:00 committed by Git OBS Bridge
parent 6498a03b97
commit 8ce00436e0
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 \