stephan: server/imapd imapd.spec,1.16,1.17

cvs at intevation.de cvs at intevation.de
Thu Sep 2 08:38:43 CEST 2004


Author: stephan

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv24869

Modified Files:
	imapd.spec 
Log Message:
Enable skiplist for more DBs...


Index: imapd.spec
===================================================================
RCS file: /kolabrepository/server/imapd/imapd.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- imapd.spec	15 Jul 2004 14:37:22 -0000	1.16
+++ imapd.spec	2 Sep 2004 06:38:41 -0000	1.17
@@ -45,6 +45,7 @@
 %option       with_drac     no
 %option       with_annotate no
 %option       with_ldap     no
+%option       with_skiplist yes
 
 #   list of sources
 Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-%{version}.tar.gz
@@ -190,11 +191,16 @@
         --with-statedir=%{l_prefix}/var/imapd \
         --with-auth=unix \
         --without-libwrap \
-        --with-perl \
         --without-ucdsnmp \
         --with-cyrus-prefix=%{l_prefix} \
         --with-cyrus-user=%{l_rusr} \
-        --with-cyrus-group=%{l_rgrp}
+        --with-cyrus-group=%{l_rgrp} \
+%if "%{with_skiplist}" == "yes"
+        --with-duplicate-db=skiplist \
+        --with-tls-db=skiplist \
+        --with-pts-db=skiplist \
+%endif
+        --with-perl 
 
     #   redirect the hard-coded file paths
     %{l_shtool} subst \





More information about the commits mailing list