diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-07-30 10:59:24 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-07-30 10:59:24 +0000 |
commit | 8d8365495599b37b75b72e4ab91dc712bef57801 (patch) | |
tree | 63fa2ed87119433f0a06c7f11d553f962b9565c2 /mail/postfix | |
parent | da3267e55c2916f3397bce96ac1e3a0eb01b4513 (diff) | |
download | pkgsrc-8d8365495599b37b75b72e4ab91dc712bef57801.tar.gz |
Add -DUSE_CYRUS_SASL to CCARGS to get postfix working with Cyrus-SASL auth.
Ok'ed martti@
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/options.mk | 4 |
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 |