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:37:58
Branch: HEAD Handle: 2007022314375800
Modified files:
openpkg-src/php php.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.144 +3 -3 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.143 -r1.144 php.spec
--- openpkg-src/php/php.spec 8 Feb 2007 20:51:43 -0000 1.143
+++ openpkg-src/php/php.spec 23 Feb 2007 14:37:58 -0000 1.144
@@ -39,7 +39,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20070208
+Release: 20070223
# package options
%option with_suhosin no
@@ -340,11 +340,11 @@
%if "%{with_calendar}" == "yes"
--enable-calendar \
%endif
+ --without-sqlite \
%if "%{with_sqlite}" == "yes"
- --with-sqlite=%{l_prefix} \
--with-pdo-sqlite=%{l_prefix} \
%else
- --without-sqlite \
+ --without-pdo-sqlite \
%endif
%if "%{with_mysql}" == "yes"
--with-mysql=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]