[3.0] 670f56f Build without rst2man and rst2html
    Tollef Fog Heen 
    tfheen at varnish-cache.org
       
    Wed Oct 26 14:58:59 CEST 2011
    
    
  
commit 670f56f3dadf7ae6d086302e63d834fbd9056129
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Oct 26 14:11:39 2011 +0200
    Build without rst2man and rst2html
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 94088d4..5ecb85f 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -88,9 +88,9 @@ 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 --without-jemalloc
+	%configure --disable-static --localstatedir=/var/lib --without-jemalloc  --without-rst2man --without-rst2html
 %else
-	%configure --disable-static --localstatedir=/var/lib
+	%configure --disable-static --localstatedir=/var/lib --without-rst2man --without-rst2html
 %endif
 
 # We have to remove rpath - not allowed in Fedora
    
    
More information about the varnish-commit
mailing list