httpd-2.2: Enable building of mod_cache and friends

This commit is contained in:
Eelco Dolstra 2014-11-11 10:30:58 +01:00
parent aa17cbf0a8
commit db4053fb59

View File

@ -40,6 +40,10 @@ stdenv.mkDerivation rec {
${if sslSupport then "--enable-ssl --with-ssl=${openssl}" else ""}
${if ldapSupport then "--enable-ldap --enable-authnz-ldap" else ""}
--with-mpm=${mpm}
--enable-cache
--enable-disk-cache
--enable-file-cache
--enable-mem-cache
'';
enableParallelBuilding = true;