OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Aug-2006 14:31:00
Branch: HEAD Handle: 2006082113310000
Modified files:
openpkg-src/apache2 apache2.spec
Log:
added optional modules cache, mem-cache and expires. mem-cache needs
enable-threads
Summary:
Revision Changes Path
1.77 +15 -3 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 apache2.spec
--- openpkg-src/apache2/apache2.spec 28 Jul 2006 06:14:40 -0000 1.76
+++ openpkg-src/apache2/apache2.spec 21 Aug 2006 12:31:00 -0000 1.77
@@ -39,7 +39,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20060728
+Release: 20060821
# package options (generic)
%option with_mpm prefork
@@ -55,7 +55,10 @@
%option with_mod_dav no
%option with_mod_ldap no
%option with_mod_proxy no
+%option with_mod_cache no
+%option with_mod_memcache no
%option with_mod_filecache no
+%option with_mod_expires no
%option with_mod_perl no
%option with_shared_core no
@@ -195,10 +198,9 @@
--sysconfdir=%{l_prefix}/etc/apache2 \
--libexecdir=%{l_prefix}/libexec/apache2 \
--with-mpm=%{with_mpm} \
+ --disable-threads \
%if "%{with_mpm}" == "worker"
--enable-threads \
-%else
- --disable-threads \
%endif
%if "%{with_suexec}" == "yes"
--enable-suexec \
@@ -232,9 +234,19 @@
--enable-proxy-http \
--enable-proxy-ftp \
%endif
+%if "%{with_mod_cache}" == "yes"
+ --enable-cache \
+%endif
+%if "%{with_mod_memcache}" == "yes"
+ --enable-threads \
+ --enable-mem-cache \
+%endif
%if "%{with_mod_filecache}" == "yes"
--enable-file-cache \
%endif
+%if "%{with_mod_expires}" == "yes"
+ --enable-expires \
+%endif
%if "%{with_shared_core}" == "yes"
--enable-so \
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]