From f0b3a230440456bc79605d68867d4e511a43697d0de2a9b940d861c9c49d381e Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 11 Dec 2018 14:53:35 +0000 Subject: [PATCH] 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 --- pcre2.changes | 7 +++++++ pcre2.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index da0f2fb..a7dbd6c 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 11 14:31:55 UTC 2018 - Cristian Rodríguez + +- 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 diff --git a/pcre2.spec b/pcre2.spec index 21895e5..8f8dd15 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -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 \