Author: viper Date: 2006-08-03 14:26:04 +0200 (Thu, 03 Aug 2006) New Revision: 1674 Modified: crux-2.2/ports/opt/postfix/Pkgfile Log: postfix: added cyrus sasl support Modified: crux-2.2/ports/opt/postfix/Pkgfile =================================================================== --- crux-2.2/ports/opt/postfix/Pkgfile 2006-08-02 18:25:35 UTC (rev 1673) +++ crux-2.2/ports/opt/postfix/Pkgfile 2006-08-03 12:26:04 UTC (rev 1674) @@ -6,14 +6,14 @@ name=postfix version=2.3.2 -release=1 +release=2 source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz aliases postfix.rc) build() { cd $name-$version - _CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" + _CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" _AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto" make tidy