[experimental-ims] 6447d64 Updating configure line for ppc64, as --disabled-jemalloc has changed to --without-jemalloc

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:48 CET 2012


commit 6447d64122b337c6c6ef662a398eac6babc1dd80
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 ca282e2..0d66765 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