SHA256
1
0
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:
Jan Engelhardt 2013-10-04 21:49:55 +00:00 committed by Git OBS Bridge
parent a30833aec9
commit f20657ab31
2 changed files with 7 additions and 3 deletions

View File

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

View File

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