OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Feb-2007 15:39:20
Branch: HEAD Handle: 2007022314391900
Modified files:
openpkg-src/apache apache.spec
Log:
option --with-sqlite is for the ancient, deprecated and buggy SQLite
2.x. This should be not promoted at all any longer. Option
--with-pdo-sqlite is for the current SQLite 3.x in conjunction with
PHP's PDO framework. This should be the only one we promote at this
time.
Summary:
Revision Changes Path
1.380 +3 -3 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.379 -r1.380 apache.spec
--- openpkg-src/apache/apache.spec 8 Feb 2007 21:03:09 -0000 1.379
+++ openpkg-src/apache/apache.spec 23 Feb 2007 14:39:19 -0000 1.380
@@ -68,7 +68,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20070208
+Release: 20070223
# package options (suexec related)
%option with_suexec yes
@@ -783,11 +783,11 @@
%if "%{with_mod_php_calendar}" == "yes"
--enable-calendar \
%endif
+ --without-sqlite \
%if "%{with_mod_php_sqlite}" == "yes"
- --with-sqlite=%{l_prefix} \
--with-pdo-sqlite=%{l_prefix} \
%else
- --without-sqlite \
+ --without-pdo-sqlite \
%endif
%if "%{with_mod_php_mssql}" == "yes"
--with-mssql=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]