Commit 7250d860 authored by Graham Leggett's avatar Graham Leggett
Browse files

Add the missing file-cache module to the cache family of modules in the RPM.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@389236 13f79535-47bb-0310-9956-ffa450edef68
parent 63a716d2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ EOF
	--with-suexec-uidmin=500 --with-suexec-gidmin=500 \
        --with-devrandom \
        --with-ldap --enable-ldap --enable-auth-ldap \
        --enable-cache --enable-disk-cache --enable-mem-cache \
        --enable-cache --enable-disk-cache --enable-mem-cache --enable-file-cache \
	--enable-ssl --with-ssl \
	--enable-deflate --enable-cgid \
	--enable-proxy --enable-proxy-connect \
@@ -368,6 +368,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/instdso.sh

%changelog
* Mon Mar 27 2006 Graham Leggett <minfrin@apache.org> 2.0.56-dev
- Add the missing file-cache module to the cache family of modules in
  the RPM.

* Tue Oct 11 2005 Graham Leggett <minfrin@apache.org> 2.0.56-dev
- Updated the apr and apr-util dependencies to require at least v0.9.7
- Stop trying to remove *.xml doc files, the httpd build does that already.