gunnar: server/php Makefile,1.26,1.27 kolab.patch,1.18,1.19

cvs at kolab.org cvs at kolab.org
Tue Mar 9 22:39:13 CET 2010


Author: gunnar

Update of /kolabrepository/server/php
In directory doto:/tmp/cvs-serv8663/php

Modified Files:
	Makefile kolab.patch 
Log Message:
Added support for PDO sqlite3.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	16 Feb 2010 08:34:25 -0000	1.26
+++ Makefile	9 Mar 2010 21:39:11 -0000	1.27
@@ -4,7 +4,7 @@
 DOWNLOAD_VERSION=5.3.1
 OPENPKG_RELEASE=20091129
 VERSION=5.3.1
-RELEASE=20091129_kolab2
+RELEASE=20091129_kolab3
 
 SOURCE_URL=http://www.php.net/distributions
 SOURCE_0=php-5.3.1.tar.gz

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/php/kolab.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- kolab.patch	16 Feb 2010 08:34:25 -0000	1.18
+++ kolab.patch	9 Mar 2010 21:39:11 -0000	1.19
@@ -10,7 +10,7 @@
  License:      PHP
  Version:      %{V_php}
 -Release:      20091129
-+Release:      20091129_kolab2
++Release:      20091129_kolab3
  
  #   package options
  %option       with_suhosin              no
@@ -44,7 +44,7 @@
  %endif
  
  %build
-@@ -396,11 +396,14 @@
+@@ -396,11 +396,15 @@
  %if "%{with_calendar}" == "yes"
          --enable-calendar \
  %endif
@@ -52,10 +52,11 @@
 +         --enable-hash \
 + %endif
 -        --without-sqlite \
-+        --without-pdo-sqlite \
++        --with-pdo-sqlite=%{l_prefix} \
  %if "%{with_sqlite}" == "yes"
 -        --with-pdo-sqlite=%{l_prefix} \
 +        --with-sqlite=%{l_prefix} \
++        --with-sqlite3=%{l_prefix} \
  %else
 -        --without-pdo-sqlite \
 +        --without-sqlite \





More information about the commits mailing list