postfix: added cyrus sasl support

This commit is contained in:
Simon Gloner 2006-08-03 12:26:04 +00:00
parent 0a937fcfac
commit f90f8660eb

View File

@ -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