steffen: server/php Makefile,1.5,1.6

cvs at kolab.org cvs at kolab.org
Fri Mar 2 05:33:19 CET 2007


Author: steffen

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

Modified Files:
	Makefile 
Log Message:
switch to db4 for php

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	6 Nov 2006 13:22:36 -0000	1.5
+++ Makefile	2 Mar 2007 04:33:17 -0000	1.6
@@ -26,13 +26,13 @@
 all: $(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm
 
 $(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm $(KOLABCVSDIR)/kolab.patch $(PATCHES) Makefile
-	$(RPM) -ihv $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpam
+	$(RPM) -ihv $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 
 	cp $(PATCHES) $(KOLABRPMSRC)/$(PACKAGE)/
 
 	cd $(KOLABRPMSRC)/$(PACKAGE) && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba $(PACKAGE).spec \
 		--define 'with_zlib yes' \
-		--define 'with_gdbm yes' \
+		--define 'with_bdb yes' \
 		--define 'with_gettext yes' \
 		--define 'with_imap yes' \
 		--define 'with_openldap yes' \





More information about the commits mailing list