thomas: server/apache-php Makefile,1.5,1.6

cvs at kolab.org cvs at kolab.org
Wed Oct 22 17:35:05 CEST 2008


Author: thomas

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

Modified Files:
	Makefile 
Log Message:
Added defines for additional features required in php and apache-php.


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache-php/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	21 Oct 2008 16:26:54 -0000	1.5
+++ Makefile	22 Oct 2008 15:35:03 -0000	1.6
@@ -29,7 +29,16 @@
 
 	cp $(PATCHES) $(KOLABRPMSRC)/$(PACKAGE)/
 
-	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).spec --define 'with_imap_annotate yes' --define 'with_imap_myrights yes'
+	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).spec \
+	--define 'with_imap_annotate yes' --define 'with_imap_myrights yes' \
+	--define 'with_pear yes' --define 'with_spl yes' --define 'with_gettext yes' \
+	--define 'with_dom yes' --define 'with_mcrypt yes' --define 'with_iconv yes' \
+	--define 'with_mbstring yes' --define 'with_mbregex yes' --define 'with_gd yes' \
+	--define 'with_imap yes' --define 'with_ssl yes' --define 'with_ctype yes' \
+	--define 'with_openldap yes' --define 'with_mhash 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'
+
 	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm $(KOLABCVSDIR)
 
 $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm:





More information about the commits mailing list