python/build/libs.py: disable libcurl SMB support

MPD doesn't use this feature anyway.
This commit is contained in:
Max Kellermann 2018-01-05 12:00:29 +01:00
parent f8c69893e1
commit e3e90b4b93
1 changed files with 1 additions and 0 deletions

View File

@ -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',