From bf2521da405e8447a82158e1e10beabbc37895bd Mon Sep 17 00:00:00 2001 From: qmathe Date: Wed, 30 Dec 2009 16:01:38 +0000 Subject: [PATCH] Fixed undefined pthread references when gnustep-base configure tests whether 'objc really works' --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index c1c1e5e..7f384e5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,6 +54,8 @@ libobjc_HEADER_FILES = \ thr.h\ typedstream.h +libobjc_LIBRARIES_DEPEND_UPON += -lpthread + # Deprecated functions are only deprecated for external use, not for us because # we are special, precious, little flowers. libobjc_CPPFLAGS += -D__OBJC_RUNTIME_INTERNAL__=1 -D_XOPEN_SOURCE=500