[experimental-ims] ea6f0a4 Build without rst2man and rst2html

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


commit ea6f0a4af5e35db76151da65b6ab7f24e0404134
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 0e3f1e6..5cf9c97 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -91,9 +91,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