python/build/libs.py: disable libcurl SMB support
MPD doesn't use this feature anyway.
This commit is contained in:
parent
f8c69893e1
commit
e3e90b4b93
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue