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 \