bef333e562
PR: 58121 Submitted by: yinjieh@csie.nctu.edu.tw
13 lines
273 B
Text
13 lines
273 B
Text
--- pthread_src/GNUmakefile.orig Thu Oct 16 19:43:25 2003
|
|
+++ pthread_src/GNUmakefile Thu Oct 16 19:43:56 2003
|
|
@@ -15,6 +15,10 @@
|
|
LIBS += -lpthread
|
|
endif
|
|
|
|
+ifeq ($(OS),FreeBSD)
|
|
+LIBS += $(PTHREAD_LIBS)
|
|
+endif
|
|
+
|
|
ifeq ($(OS),SunOS)
|
|
LIBS += -lpthread -lposix4
|
|
endif
|