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

cvs at kolab.org cvs at kolab.org
Mon Aug 18 10:24:56 CEST 2008


Author: gunnar

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

Modified Files:
	kolab.patch 
Log Message:
Activated sqlite support in PHP.

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/php/kolab.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kolab.patch	20 May 2008 17:11:08 -0000	1.9
+++ kolab.patch	18 Aug 2008 08:24:54 -0000	1.10
@@ -10,7 +10,7 @@
  License:      PHP
  Version:      %{V_php}
 -Release:      20080514
-+Release:      20080514_kolab
++Release:      20080818_kolab
  
  #   package options
  %option       with_suhosin              no
@@ -22,7 +22,7 @@
  %option       with_json                 no
  %option       with_mbregex              no
  %option       with_mbstring             no
-@@ -132,7 +133,8 @@
+@@ -133,7 +134,8 @@
  Source2:      php.ini
  Source3:      http://pecl.php.net/get/memcache-%{V_php_pecl_memcache}.tgz
  Patch0:       http://download.suhosin.org/suhosin-patch-%{V_php_suhosin_p}.patch.gz
@@ -32,7 +32,7 @@
  
  #   build information
  Prefix:       %{l_prefix}
-@@ -335,7 +337,10 @@
+@@ -336,7 +338,10 @@
          configure \
          ext/gd/config.m4
  %if "%{with_imap_annotate}" == "yes"
@@ -44,3 +44,17 @@
  %endif
  
  %build
+@@ -396,11 +396,12 @@
+ %if "%{with_calendar}" == "yes"
+         --enable-calendar \
+ %endif
+-        --without-sqlite \
+ %if "%{with_sqlite}" == "yes"
+         --with-pdo-sqlite=%{l_prefix} \
++        --with-sqlite=%{l_prefix} \
+ %else
+         --without-pdo-sqlite \
++        --without-sqlite \
+ %endif
+ %if "%{with_mysql}" == "yes"
+         --with-mysql=%{l_prefix} \





More information about the commits mailing list