[4.0] 42cec19 Remove --without-rst2man

Federico G. Schwindt fgsch at lodoss.net
Thu Mar 13 10:24:29 CET 2014


commit 42cec19d525f56297626831782643d776866e87a
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Feb 27 11:29:06 2014 +0000

    Remove --without-rst2man
    
    This is mandatory now.

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 451d131..e883314 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -98,9 +98,9 @@ export CFLAGS="$CFLAGS -Wp,-D_FORTIFY_SOURCE=0"
 # 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  --without-rst2man --without-rst2html
+	%configure --disable-static --localstatedir=/var/lib --without-jemalloc --without-rst2html
 %else
-	%configure --disable-static --localstatedir=/var/lib --without-rst2man --without-rst2html
+	%configure --disable-static --localstatedir=/var/lib --without-rst2html
 %endif
 
 # We have to remove rpath - not allowed in Fedora



More information about the varnish-commit mailing list