summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-09 10:49:55 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-09 10:49:55 +0000
commit4a8c6c7a6286b3daeb84df76172d131101b0d830 (patch)
treeabb8c17dc7091cdd549501fc82529de8706a3fcd /sdk/Makefile
parent0b7ee8e3e58895d4c2853e2b3fa1860e1c80277f (diff)
parent8a04eef353354fe738b087ad94221655c3e7bd49 (diff)
downloadtoolchains-4a8c6c7a6286b3daeb84df76172d131101b0d830.tar.gz
toolchains-4a8c6c7a6286b3daeb84df76172d131101b0d830.tar.bz2
Merge branch 'chris/amiga-curl-threaded'
Enable libcurl's threaded DNS resolver for ppc-amigaos target.
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 2b1ba8f..cff1247 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 LIBS=-lpthread
VERSION_SPIDERMONKEY := 1.7.0
endif