aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2016-01-02 15:43:37 +0100
committerMemphiz <memphis@machzwo.de>2016-01-06 15:52:05 +0100
commit0c400705ef048631438c1df7480c87cb02a326ad (patch)
tree34f6e74e462228432c92bf08125b6738d986c1c1 /tools/depends/target/curl
parent24bb7676310cce8d6622be9f2be5f892d9713b18 (diff)
[depends/curl] - fix tvos compilation (disable ntlm)
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r--tools/depends/target/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index d1f01501dc..f82de26c83 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -12,7 +12,8 @@ SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.bz2
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
- ./configure --prefix=$(PREFIX) --without-libssh2 \
+ ./configure --prefix=$(PREFIX) \
+ --without-libssh2 --disable-ntlm-wb
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a