From: Heiko Z. <smi...@us...> - 2010-09-30 19:24:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1244 Modified Files: dovecot Log Message: adopt path to new dovecot configure behavior Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- dovecot 30 Sep 2010 18:30:54 -0000 1.24 +++ dovecot 30 Sep 2010 19:24:46 -0000 1.25 @@ -32,7 +32,7 @@ CONF_OPTIONS="$CONF_OPTIONS --with-sqlite" fi - ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --with-ssl=openssl \ + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl \ --with-db --with-zlib --with-bzlib --with-libcap --enable-shared --enable-header-install $CONF_OPTIONS || exit 1 make $PMAKE all || exit 1 strip_debug |