martin: server/sasl Makefile,1.7,1.8

cvs at intevation.de cvs at intevation.de
Sun Jul 11 19:05:22 CEST 2004


Author: martin

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

Modified Files:
	Makefile 
Log Message:
Martin K.: Fixing rpm path, updating sasl version, fixing missing define


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/sasl/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	9 Jun 2003 12:58:15 -0000	1.7
+++ Makefile	11 Jul 2004 17:05:20 -0000	1.8
@@ -1,3 +1,4 @@
+RPM = /kolab/bin/openpkg rpm
 ifeq "x$(KOLABPKGURI)" "x"
   KOLABPKGURI = ftp://ftp.openpkg.org/current/SRC
 endif
@@ -9,8 +10,8 @@
 endif
  
 all:
-	rpm -ihv $(KOLABPKGURI)/sasl-2.1.13-20030530.src.rpm
-	cd $(KOLABRPMSRC)/sasl && rpm -ba sasl.spec --define 'with_ldap yes'
+	$(RPM) -ihv $(KOLABPKGURI)/sasl-2.1.18-20040706.src.rpm
+	cd $(KOLABRPMSRC)/sasl && $(RPM) -ba sasl.spec --define 'with_ldap yes' --define 'with_login yes'
 
 clean:
 	rm -rf cyrus*.tar.gz fsl.sasl rc.sasl sasl.patch sasl.spec saslauthd.conf /kolab/RPM/TMP/cyrus-sasl* 





More information about the commits mailing list