aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-22 20:04:43 -0800
committerKhem Raj <raj.khem@gmail.com>2020-12-23 22:47:02 -0800
commita82ae846197abf583363c1fe0271f465ffc24073 (patch)
tree5495da67e40177b2d070eb831702b2913ebca472 /meta-networking/recipes-daemons
parent19c244dd39b9896eed9d7d8a2a033e60839cff86 (diff)
downloadmeta-openembedded-contrib-a82ae846197abf583363c1fe0271f465ffc24073.tar.gz
cyrus-sasl: Disable ntlm plugin by default
ntlm requires md4 algorith defines which is now disabled in openssl recipe by default also see [1] [1] https://github.com/cyrusimap/cyrus-sasl/issues/632 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
index d55dc4ab7e..33de8ca7e2 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
@@ -29,7 +29,7 @@ EXTRA_OECONF += "--with-dblib=berkeley \
--with-plugindir='${libdir}/sasl2' \
andrew_cv_runpath_switch=none"
-PACKAGECONFIG ??= "ntlm \
+PACKAGECONFIG ??= "\
${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)} \
"
PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5,"