From f90f8660eb9e90eb18c6c42dc12a9194d98427d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Thu, 3 Aug 2006 12:26:04 +0000 Subject: [PATCH] postfix: added cyrus sasl support --- postfix/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/Pkgfile b/postfix/Pkgfile index 82163b0aa..98328a209 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -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