commit: 2aa4412540761e726c93fa29e5c9e917acc15a25
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 15:40:46 2021 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 15:40:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa44125
net-misc/curl: disable ntlm support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
net-misc/curl/curl-7.78.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/curl/curl-7.78.0.ebuild b/net-misc/curl/curl-7.78.0.ebuild
index ada336dd303..389a3af4215 100644
--- a/net-misc/curl/curl-7.78.0.ebuild
+++ b/net-misc/curl/curl-7.78.0.ebuild
@@ -185,6 +185,7 @@ multilib_src_configure() {
$(use_enable imap)
$(use_enable ldap)
$(use_enable ldap ldaps)
+ --disable-ntlm
--disable-ntlm-wb
$(use_enable pop3)
--enable-rt