gunnar: server/php kolab.patch,1.10,1.11

cvs at kolab.org cvs at kolab.org
Mon Sep 22 17:15:38 CEST 2008


Author: gunnar

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

Modified Files:
	kolab.patch 
Log Message:
Disabled building with pdo_sqlite. Potential fix for building PHP with sqlite support (without automatically requiring sqlite3).

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/php/kolab.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- kolab.patch	18 Aug 2008 08:24:54 -0000	1.10
+++ kolab.patch	22 Sep 2008 15:15:36 -0000	1.11
@@ -44,16 +44,17 @@
  %endif
  
  %build
-@@ -396,11 +396,12 @@
+@@ -396,11 +396,11 @@
  %if "%{with_calendar}" == "yes"
          --enable-calendar \
  %endif
 -        --without-sqlite \
++        --without-pdo-sqlite \
  %if "%{with_sqlite}" == "yes"
-         --with-pdo-sqlite=%{l_prefix} \
+-        --with-pdo-sqlite=%{l_prefix} \
 +        --with-sqlite=%{l_prefix} \
  %else
-         --without-pdo-sqlite \
+-        --without-pdo-sqlite \
 +        --without-sqlite \
  %endif
  %if "%{with_mysql}" == "yes"





More information about the commits mailing list