summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-30 10:29:17 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-30 10:29:17 +0000
commit2d5b184d470110989f18d92fe4336d74ff4a1c57 (patch)
tree24f61fe1fbcd8f1535947757ec383e041b706398
parentce286ecc2626c736b2776a6983fd1f3811e231ae (diff)
downloadtoolchains-2d5b184d470110989f18d92fe4336d74ff4a1c57.tar.gz
toolchains-2d5b184d470110989f18d92fe4336d74ff4a1c57.tar.bz2
Enable threaded resolver for ppc-amigaos target
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 2b1ba8f..e63dd99 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -114,7 +114,7 @@ endif
ifeq ($(TARGET),ppc-amigaos)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d spidermonkey.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCARES := --disable-shared
- EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random
+ EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random --enable-threaded-resolver
VERSION_SPIDERMONKEY := 1.7.0
endif