From a82ae846197abf583363c1fe0271f465ffc24073 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 22 Dec 2020 20:04:43 -0800 Subject: 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 --- meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-daemons') 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," -- cgit 1.2.3-korg