From 16e5293dbc02632abe063e187d5eefddc43e8e0b Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 5 Oct 2016 22:26:02 +0000 Subject: SDK: disable smb(s) support in libcurl --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdk') diff --git a/sdk/Makefile b/sdk/Makefile index 66033ee..e6f0dc0 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -79,7 +79,7 @@ SDK_ITEMS := COMMON_SDK_ITEMS := zlib.d openssl.d libpng.d libcares.d libcurl.d libexpat.d -LIBCURL_DISABLES := $(patsubst %,--disable-%,ftp file dict ldap ldaps rtsp telnet gopher tftp pop3 imap smtp manual) +LIBCURL_DISABLES := $(patsubst %,--disable-%,ftp file dict ldap ldaps rtsp telnet gopher tftp pop3 imap smb smtp manual) FREETYPE_ENV := LIBPNG_CFLAGS=$$($(GCCSDK_INSTALL_ENV)/bin/libpng-config --cflags) LIBPNG_LDFLAGS=$$($(GCCSDK_INSTALL_ENV)/bin/libpng-config --ldflags) # per target environments -- cgit v1.2.3