summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2016-10-05 22:26:02 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2016-10-05 23:50:42 +0000
commit16e5293dbc02632abe063e187d5eefddc43e8e0b (patch)
treeab70f3a77efe498bdcdf0d58b633bc88c57af67b /sdk
parentcad26ebfc47cfb3ebfbf268ce63dc0b6e9020370 (diff)
downloadtoolchains-16e5293dbc02632abe063e187d5eefddc43e8e0b.tar.gz
toolchains-16e5293dbc02632abe063e187d5eefddc43e8e0b.tar.bz2
SDK: disable smb(s) support in libcurl
Diffstat (limited to 'sdk')
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
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