gunnar: server/apache-php Makefile,1.14,1.15

cvs at kolab.org cvs at kolab.org
Sun Jan 17 14:22:57 CET 2010


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Add fetch target. Convert perl-ldap and sqlite to new build pattern. Added with_tokenizer to the php packages (useful for PHPUnit).

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache-php/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	24 Dec 2009 08:35:50 -0000	1.14
+++ Makefile	17 Jan 2010 13:22:55 -0000	1.15
@@ -22,7 +22,8 @@
               --define 'with_openldap yes' --define 'with_hash yes' --define 'with_zlib yes' \
               --define 'with_bdb yes' --define 'with_xml yes' --define 'with_mm yes' \
               --define 'with_sqlite yes' --define 'with_spl yes' --define 'with_hash yes' \
-              --define 'with_json yes'
+              --define 'with_json yes' --define 'with_tokenizer yes'
 
 include ../make-helper/package.mk
 include ../make-helper/openpkg-patched.mk
+include ../make-helper/fetch.mk





More information about the commits mailing list