Accepting request 657218 from home:elvigia:branches:devel:libraries:c_c++

- 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.

OBS-URL: https://build.opensuse.org/request/show/657218
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=30
This commit is contained in:
Andreas Stieger 2018-12-11 14:53:35 +00:00 committed by Git OBS Bridge
parent c2e5222dbe
commit f0b3a23044
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 \