thomas: server/kolabd Makefile,1.12,1.13

cvs at kolab.org cvs at kolab.org
Fri Jun 20 19:10:27 CEST 2008


Author: thomas

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

Modified Files:
	Makefile 
Log Message:
Compile kolabd with horde support when building CVS snapshots


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	16 Aug 2007 10:47:10 -0000	1.12
+++ Makefile	20 Jun 2008 17:10:25 -0000	1.13
@@ -22,7 +22,7 @@
 	cd $(PACKAGE) && ./bootstrap && ./configure --prefix=/kolab --enable-dist=kolab \
 		&& make clean distcheck && mv $(PACKAGE)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(PACKAGE)
 	cp $(PACKAGE)/$(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)/
-	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec --define 'kolab_version CVS'
+	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec --define 'kolab_version CVS' --define 'with_horde yes'
 
 binary:
 	$(RPM) -bB $(PACKAGE).spec
@@ -35,4 +35,4 @@
 	tar -cvj --exclude=CVS --exclude=\*~ --exclude=dist -f $(MAKETAR)/$(PACKAGE)/$(PACKAGE)-$(VERSION)-$(RELEASE).tar.bz2 *
 
 .PHONY: clean_all
-clean_all:
\ No newline at end of file
+clean_all:





More information about the commits mailing list