diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-17 15:29:51 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-17 15:33:13 +0100 |
commit | 9d02103ebe409550c6896e2064c2f22f36a25917 (patch) | |
tree | 55ecd031379b968eb28ddc80cd7246a273d6cabe /python/build/libs.py | |
parent | 61784c214450d54948511acd1d10a8e1596ffc97 (diff) |
python/build/libs.py: disable various CURL features we don't use
Diffstat (limited to 'python/build/libs.py')
-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', ], |