summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-04 23:43:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-04 23:43:44 +0000
commitaa29618e0f90f1ac1ae574397b768ed62685e2be (patch)
tree12b60e32074ef32f3682ba10e0b626aae6f942b0
parent28a3b164f1c0a872f036c858b2fd227555066cbc (diff)
downloadtoolchains-aa29618e0f90f1ac1ae574397b768ed62685e2be.tar.gz
toolchains-aa29618e0f90f1ac1ae574397b768ed62685e2be.tar.bz2
Use pthreads
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index e63dd99..2f67241 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 --enable-threaded-resolver
+ EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random --enable-threaded-resolver LDFLAGS=-lpthread
VERSION_SPIDERMONKEY := 1.7.0
endif