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:
@@ -97,9 +97,8 @@ This package holds the development files for varnish.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1000
|
||||
export CFLAGS="%optflags -fstack-protector"
|
||||
%endif
|
||||
# bnc#839358: Force-deactivate JIT
|
||||
export CFLAGS="%optflags -fstack-protector -DPCRE_STUDY_JIT_COMPILE=0"
|
||||
%configure --disable-static \
|
||||
--localstatedir=%_localstatedir/cache/ \
|
||||
--enable-developer-warnings
|
||||
|
Reference in New Issue
Block a user