From aa29618e0f90f1ac1ae574397b768ed62685e2be Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 4 Feb 2014 23:43:44 +0000 Subject: Use pthreads --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3