[3.0] fc15a1c Updating configure line for ppc64, as --disabled-jemalloc has changed to --without-jemalloc

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:02:47 CEST 2011


commit fc15a1cde13810cc87a69beb22f0ebd4e6b65944
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Sep 12 12:31:13 2011 +0200

    Updating configure line for ppc64, as --disabled-jemalloc has changed
    to --without-jemalloc
    
    Patch from Pål-Eivind Johnsen
    
    Fixes: #1011

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 3cef8f5..115ff54 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -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



More information about the varnish-commit mailing list