summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-07-30 10:59:24 +0000
committeradrianp <adrianp>2006-07-30 10:59:24 +0000
commit1045571c3e1cafda32c13a547bd3c3096a607154 (patch)
tree63fa2ed87119433f0a06c7f11d553f962b9565c2 /mail
parent255fa7afabd68595abe3059aabf32bf983af5bf7 (diff)
downloadpkgsrc-1045571c3e1cafda32c13a547bd3c3096a607154.tar.gz
Add -DUSE_CYRUS_SASL to CCARGS to get postfix working with Cyrus-SASL auth.
Ok'ed martti@
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index 80546fee5da..747bb989a29 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2006/05/31 18:22:24 ghen Exp $
+# $NetBSD: options.mk,v 1.23 2006/07/30 10:59:24 adrianp Exp $
# Global and legacy options
@@ -88,7 +88,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \
BUILDLINK_INCDIRS.cyrus-sasl= include/sasl
SASLLIBDIR= ${PREFIX}/lib/sasl2
PWCHECK_METHOD= auxprop
-CCARGS+= -DUSE_SASL_AUTH
+CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \
${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \
-lsasl2