diff options
-rw-r--r-- | python/build/libs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index 48fc6100d..8fc8a6bd5 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -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', ], |