summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 22:22:41 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-10-19 22:22:41 +0100
commitc496a0595bbef7cd3ad796b59d12189defda79a1 (patch)
treefa42a74efe92b0fe10bf4cf0002174f549e45a97 /sdk/Makefile
parent538d44c32f7983c4a2ffe07d3e14def30a2220a9 (diff)
downloadtoolchains-c496a0595bbef7cd3ad796b59d12189defda79a1.tar.gz
toolchains-c496a0595bbef7cd3ad796b59d12189defda79a1.tar.bz2
Update patches for 7.28.0, disable ntlm-wb for ppc-amigaos
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index d30c931..40e5a27 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -100,6 +100,7 @@ endif
ifeq ($(TARGET),ppc-amigaos)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libtre.d libpbl.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCARES := --disable-shared
+ EXTRAARGS_LIBCURL := --disable-ntlm-wb
endif
ifeq ($(TARGET),i686-w64-mingw32)