diff options
author | marino <marino@FreeBSD.org> | 2014-06-11 05:10:49 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-11 05:10:49 +0800 |
commit | 0d48358923e787eee34e5b119eee27f80b73f6f9 (patch) | |
tree | 53131b013eec37901ae50b1dff13d808d1567376 | |
parent | 577a1bdedefac7681a6362d61d7becd940b797de (diff) | |
download | freebsd-ports-gnome-0d48358923e787eee34e5b119eee27f80b73f6f9.tar.gz freebsd-ports-gnome-0d48358923e787eee34e5b119eee27f80b73f6f9.tar.zst freebsd-ports-gnome-0d48358923e787eee34e5b119eee27f80b73f6f9.zip |
security/heimdal: Fix LDAP/SASL support
Enable heimdal to properly build against net/openldap-sasl-client when
openldap24-server is built with SASL support. It did not before.
Heimdal is currently unmaintained.
PR: 183697
Submitted by: pcm
-rw-r--r-- | security/heimdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 185f2a16b2e2..55258db58368 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -91,6 +91,7 @@ PLIST_SUB+= SQLITE="" .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes +WANT_OPENLDAP_SASL?= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} . if defined(LDAP_SOCKET_PATH) _SOCK= ${LDAP_SOCKET_PATH:C|/|%2f|g} |