Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2022-11-13 17:26:08 +0300
committerJuraj Lutter <otis@FreeBSD.org>2022-11-13 17:30:03 +0300
commit862135ec92248cdf58fab94b96426dadde9ec475 (patch)
tree9e082e3272606683170da4f98ad0ab445d56b2cc
parent0078df83b2630324ba886913be316c53f817f74c (diff)
mail/postfix: Do not advertise Cyrus SASL support in LDAP flavor
PR: 260581
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 30c43f1dee03..9b4878245875 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -59,7 +59,7 @@ sqlite_CONFLICTS_INSTALL= postfix postfix-base \
postfix-pgsql postfix-base-pgsql \
postfix-sasl postfix-base-sasl
-COMMENT_ldap= (with OpenLDAP and Cyrus SASL support)
+COMMENT_ldap= (with OpenLDAP support)
COMMENT_mysql= (with MySQL support)
COMMENT_pgsql= (with PostgreSQL support)
COMMENT_sasl= (with Cyrus SASL support)
@@ -305,7 +305,7 @@ WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER}
. endif
POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include \
-I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL
-POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib -llber"
+POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -llber"
_REQUIRE+= slapd
.endif