From e3e90b4b93a04d27712668838a590d0d43ec186a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Jan 2018 12:00:29 +0100 Subject: [PATCH] python/build/libs.py: disable libcurl SMB support MPD doesn't use this feature anyway. --- python/build/libs.py | 1 + 1 file changed, 1 insertion(+) 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',