gunnar: server/apache-php kolab.patch,1.2,1.3

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


Author: gunnar

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

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

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/apache-php/kolab.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolab.patch	20 May 2008 17:11:08 -0000	1.2
+++ kolab.patch	18 Aug 2008 08:24:54 -0000	1.3
@@ -10,7 +10,7 @@
  License:      PHP
  Version:      %{V_php}
 -Release:      20080514
-+Release:      20080514_kolab
++Release:      20080818_kolab
  
  #   package options
  %option       with_suhosin              no
@@ -44,3 +44,17 @@
  %endif
  
  %build
+@@ -400,11 +400,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