From 7b700555a91403efa19aa9758523e89cbfdc3f04 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 12 Mar 2013 23:19:45 +0000 Subject: [PATCH] ------------------------------------------------------------------------ r4249 | acceptthis | 2013-03-08 03:31:52 +0000 (Fri, 08 Mar 2013) | 1 line make sure -lpthread is used. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4245 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 4901ee928..a737c6000 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -957,7 +957,7 @@ ifneq ($(shell echo $(FTE_TARGET)|grep linux),) NPFTE_OBJS=httpclient.o image.o sys_linux_threads.o sys_npfte.o sys_axfte.o sys_plugfte.o NPFTE_DLL_NAME=../npfte$(BITS).so - NPFTE_LDFLAGS=-shared -Wl,-z,defs + NPFTE_LDFLAGS=-shared -Wl,-z,defs -lpthread NPFTE_CFLAGS=$(NPFTECFLAGS) $(W32_CFLAGS) -DMULTITHREAD -fPIC -DDYNAMIC_LIBPNG -DDYNAMIC_LIBJPEG NPFTEB_DIR=npfte_linux$(BITS)