[mapguide-commits] r5005 - branches/2.2/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jul 8 00:17:53 EDT 2010


Author: trevorwekel
Date: 2010-07-08 04:17:53 +0000 (Thu, 08 Jul 2010)
New Revision: 5005

Modified:
   branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh
Log:
Ticket #1295 Improve build scripts for 2.2 release cycle
- Include Apache cache modules in build


Modified: branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh	2010-07-08 01:36:03 UTC (rev 5004)
+++ branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh	2010-07-08 04:17:53 UTC (rev 5005)
@@ -123,7 +123,9 @@
 tar -zxf httpd-2.2.11.tar.gz
 pushd httpd-2.2.11
 ./configure --prefix=$INSTALLWEB/apache2 --enable-mods-shared=all \
---enable-ldap --with-ldap --enable-authnz-ldap --with-included-apr --with-port=$PORT
+--enable-cache --enable-mem-cache --enable-disk-cache --enable-file-cache \
+--enable-ldap --with-ldap --enable-authnz-ldap \
+--with-included-apr --with-port=$PORT
 check_apache_build
 make
 check_apache_build



More information about the mapguide-commits mailing list