diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-05 12:00:29 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-05 12:00:29 +0100 |
commit | e3e90b4b93a04d27712668838a590d0d43ec186a (patch) | |
tree | 997ce1f1d1330f3cd111f5d989cf07e3f9d511a7 /python/build/libs.py | |
parent | f8c69893e1b3a625a0ec772ef26290d7ad5d7138 (diff) |
python/build/libs.py: disable libcurl SMB support
MPD doesn't use this feature anyway.
Diffstat (limited to 'python/build/libs.py')
-rw-r--r-- | python/build/libs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index 7340305e9..f2dc06ea2 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -250,6 +250,7 @@ curl = AutotoolsProject( '--disable-ldap', '--disable-ldaps', '--disable-rtsp', '--disable-proxy', '--disable-dict', '--disable-telnet', '--disable-tftp', '--disable-pop3', '--disable-imap', '--disable-smtp', + '--disable-smb', '--disable-gopher', '--disable-manual', '--disable-threaded-resolver', '--disable-verbose', '--disable-sspi', |