forked from pool/varnish
Disable JIT (bnc#839358)
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=59
This commit is contained in:
parent
a30833aec9
commit
f20657ab31
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 21:48:01 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Deactivate libpcre JIT (bnc#839358)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 23 21:30:35 UTC 2012 - nmo.marques@gmail.com
|
Sun Sep 23 21:30:35 UTC 2012 - nmo.marques@gmail.com
|
||||||
|
|
||||||
|
@ -97,9 +97,8 @@ This package holds the development files for varnish.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} > 1000
|
# bnc#839358: Force-deactivate JIT
|
||||||
export CFLAGS="%optflags -fstack-protector"
|
export CFLAGS="%optflags -fstack-protector -DPCRE_STUDY_JIT_COMPILE=0"
|
||||||
%endif
|
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--localstatedir=%_localstatedir/cache/ \
|
--localstatedir=%_localstatedir/cache/ \
|
||||||
--enable-developer-warnings
|
--enable-developer-warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user