thomas: server install-kolab.sh,1.54.2.13,1.54.2.14

cvs at kolab.org cvs at kolab.org
Thu Jun 24 12:27:03 CEST 2010


Author: thomas

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

Modified Files:
      Tag: kolab_2_2_branch
	install-kolab.sh 
Log Message:
Correct requirements for php and apache-php:

- hash and tokenizer are not supported in this version
- spl is activated by kolabd requirements, so workaround in install-kolab.sh
  is no longer needed.


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.54.2.13
retrieving revision 1.54.2.14
diff -u -d -r1.54.2.13 -r1.54.2.14
--- install-kolab.sh	2 Mar 2010 04:50:03 -0000	1.54.2.13
+++ install-kolab.sh	24 Jun 2010 10:27:01 -0000	1.54.2.14
@@ -20,7 +20,7 @@
 PREFIX=""
 
 PACKAGES="openpkg-tools openldap postfix kolabd kolab-webadmin kolab-fbview kolab-webclient"
-DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps -D apache-php::with_spl"
+DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps"
 EXCLUDEPKGS=""
 
 #Flags





More information about the commits mailing list