Commit fc15a1cd authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Tollef Fog Heen

Updating configure line for ppc64, as --disabled-jemalloc has changed

to --without-jemalloc

Patch from Pål-Eivind Johnsen

Fixes: #1011
parent c5938593
......@@ -87,7 +87,7 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
# Remove "--disable static" if you want to build static libraries
# jemalloc is not compatible with Red Hat's ppc64 RHEL kernel :-(
%ifarch ppc64 ppc
%configure --disable-static --localstatedir=/var/lib --disable-jemalloc
%configure --disable-static --localstatedir=/var/lib --without-jemalloc
%else
%configure --disable-static --localstatedir=/var/lib
%endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment