Accepting request 657228 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/657228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2018-12-19 12:27:26 +00:00 committed by Git OBS Bridge
parent 28a1994060
commit 1dcb7efea3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 11 14:31:55 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Build with --enable-jit-sealloc option, otherwise when
selinux is enabled or systemd memory protections are on,
programs will fail to work with execmem violations.
-------------------------------------------------------------------
Thu Oct 25 07:22:21 UTC 2018 - astieger@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -173,6 +173,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
%configure \
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
--enable-jit \
--enable-jit-sealloc \
%endif
--enable-static \
--with-link-size=2 \