diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2021-07-23 11:40:46 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-07-23 11:40:59 -0400 |
commit | 2aa4412540761e726c93fa29e5c9e917acc15a25 (patch) | |
tree | 0367e87d7d7aaca346ba34a053fcc4ba60e0f64c /net-misc | |
parent | x11-drivers/nvidia-drivers: adjust 470 notes for accuracy (diff) | |
download | gentoo-2aa4412540761e726c93fa29e5c9e917acc15a25.tar.gz gentoo-2aa4412540761e726c93fa29e5c9e917acc15a25.tar.bz2 gentoo-2aa4412540761e726c93fa29e5c9e917acc15a25.zip |
net-misc/curl: disable ntlm support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.78.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/curl/curl-7.78.0.ebuild b/net-misc/curl/curl-7.78.0.ebuild index ada336dd3038..389a3af42159 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 |