OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Feb-2003 15:25:03
Branch: HEAD Handle: 2003021114250200
Modified files:
openpkg-src/apache apache.spec
Log:
more meat
Summary:
Revision Changes Path
1.120 +12 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.119 -r1.120 apache.spec
--- openpkg-src/apache/apache.spec 10 Feb 2003 15:07:32 -0000 1.119
+++ openpkg-src/apache/apache.spec 11 Feb 2003 14:25:02 -0000 1.120
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030210
+Release: 20030211
# package options (suexec related)
%option with_suexec yes
@@ -113,6 +113,8 @@
%option with_mod_php_curl no
%option with_mod_php_mhash no
%option with_mod_php_wddx no
+%option with_mod_php_gdbm no
+%option with_mod_php_versioning no
# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
@@ -245,6 +247,9 @@
%if "%{with_mod_php_mhash}" == "yes"
BuildPreReq: mhash
%endif
+%if "%{with_mod_php_gdbm}" == "yes"
+BuildPreReq: gdbm
+%endif
%if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
BuildPreReq: ORACLE
%endif
@@ -525,6 +530,12 @@
%endif
%if "%{with_mod_php_curl}" == "yes"
--with-curl=%{l_prefix} \
+%endif
+%if "%{with_mod_php_gdbm}" == "yes"
+ --with-gdbm=%{l_prefix} \
+%endif
+%if "%{with_mod_php_versioning}" == "yes"
+ --enable-versioning \
%endif
--disable-cli \
--without-pear \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]