mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user