From 6afd786fe49689be882b3ef6f2b75ca3763375f2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 31 Mar 2009 19:15:49 +0200 Subject: fixed create/join thread on NetBsd --- makefiles/gmake/compiler.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles') diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk index 6cd4af9..837e2bd 100644 --- a/makefiles/gmake/compiler.mk +++ b/makefiles/gmake/compiler.mk @@ -230,7 +230,7 @@ PTHREADS_LIBS = endif ifeq "$(PLATFORM)" "NETBSD" PTHREADS_CFLAGS = -D_REENTRANT -pthread -PTHREADS_LDFLAGS = +PTHREADS_LDFLAGS = -pthread PTHREADS_LIBS = endif ifeq "$(PLATFORM)" "OPENBSD" -- cgit v1.2.3-54-g00ecf