Commit 670f56f3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Build without rst2man and rst2html

parent 55e70a4a
...@@ -88,9 +88,9 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples ...@@ -88,9 +88,9 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
# Remove "--disable static" if you want to build static libraries # Remove "--disable static" if you want to build static libraries
# jemalloc is not compatible with Red Hat's ppc64 RHEL kernel :-( # jemalloc is not compatible with Red Hat's ppc64 RHEL kernel :-(
%ifarch ppc64 ppc %ifarch ppc64 ppc
%configure --disable-static --localstatedir=/var/lib --without-jemalloc %configure --disable-static --localstatedir=/var/lib --without-jemalloc --without-rst2man --without-rst2html
%else %else
%configure --disable-static --localstatedir=/var/lib %configure --disable-static --localstatedir=/var/lib --without-rst2man --without-rst2html
%endif %endif
# We have to remove rpath - not allowed in Fedora # We have to remove rpath - not allowed in Fedora
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment