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 openpkg-web Date: 05-Jun-2003 11:42:26
Branch: HEAD Handle: 2003060510422402
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
fix Berkeley-DB support in mod_php (especially under RedHat)
Summary:
Revision Changes Path
1.137 +5 -2 openpkg-src/apache/apache.spec
1.4737 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.136 -r1.137 apache.spec
--- openpkg-src/apache/apache.spec 4 Jun 2003 15:17:49 -0000 1.136
+++ openpkg-src/apache/apache.spec 5 Jun 2003 09:42:26 -0000 1.137
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030604
+Release: 20030605
# package options (suexec related)
%option with_suexec yes
@@ -442,6 +442,9 @@
%if "%{with_mod_php_imap}" == "yes"
LIBS="$LIBS -lssl -lcrypto"
%endif
+%if "%{with_mod_php_db}" == "yes"
+ LIBS="$LIBS -ldb"
+%endif
%if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
export ORACLE_HOME
@@ -469,7 +472,7 @@
--with-freetype-dir=%{l_prefix} \
%endif
%if "%{with_mod_php_db}" == "yes"
- --with-db3=%{l_prefix} \
+ --with-db4=%{l_prefix} \
%endif
%if "%{with_mod_php_debug}" == "yes"
--with-debug=yes \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4736 -r1.4737 news.txt
--- openpkg-web/news.txt 5 Jun 2003 08:20:46 -0000 1.4736
+++ openpkg-web/news.txt 5 Jun 2003 09:42:24 -0000 1.4737
@@ -1,3 +1,4 @@
+05-Jun-2003: Upgraded package: P<apache-1.3.27-20030605>
05-Jun-2003: Upgraded package: P<uvscan-4.1.6.4269-20030605>
05-Jun-2003: Upgraded package: P<vim-6.2.13-20030605>
05-Jun-2003: Upgraded package: P<dmalloc-5.0.2-20030605>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]