python/build/libs.py: disable various CURL features we don't use

This commit is contained in:
Max Kellermann 2020-01-17 15:29:51 +01:00
parent 61784c2144
commit 9d02103ebe
1 changed files with 5 additions and 0 deletions

View File

@ -358,6 +358,11 @@ curl = AutotoolsProject(
'--disable-manual',
'--disable-threaded-resolver', '--disable-verbose', '--disable-sspi',
'--disable-crypto-auth', '--disable-ntlm-wb', '--disable-tls-srp', '--disable-cookies',
'--disable-doh',
'--disable-mime',
'--disable-netrc',
'--disable-progress-meter',
'--disable-alt-svc',
'--without-ssl', '--without-gnutls', '--without-nss', '--without-libssh2',
],