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:
parent
28a1994060
commit
1dcb7efea3
@ -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
|
Thu Oct 25 07:22:21 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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 \
|
%configure \
|
||||||
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
|
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
|
--enable-jit-sealloc \
|
||||||
%endif
|
%endif
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--with-link-size=2 \
|
--with-link-size=2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user