From 70c3eda7e19ef7e97a782e8fbcb2ea0dcfbe3385 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 15 Jan 2014 00:08:07 +0000 Subject: Disable more protocols in libcurl --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Makefile b/sdk/Makefile index 86bb59e..140181f 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -82,7 +82,7 @@ SDK_ITEMS := COMMON_SDK_ITEMS := zlib.d openssl.d libpng.d libjpeg.d libcares.d libcurl.d libexpat.d -LIBCURL_DISABLES := $(patsubst %,--disable-%,ftp file dict ldap telnet gopher tftp pop3 imap smtp manual) +LIBCURL_DISABLES := $(patsubst %,--disable-%,ftp file dict ldap ldaps rtsp telnet gopher tftp pop3 imap smtp manual) # Target Specific setup ifeq ($(TARGET),arm-unknown-riscos) -- cgit v1.2.3