From 63f1103de9abe5fa9997fd2341807f7e8d94d105 Mon Sep 17 00:00:00 2001 From: David Xu Date: Wed, 18 Nov 2009 05:09:03 +0000 Subject: [PATCH] link libpthread because the librt really needs it to fully function. --- lib/librt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 00d8cda009ea..62c6b9731a12 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -4,6 +4,7 @@ LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR} CFLAGS+=-Winline -Wall -g +LDADD+=-lpthread #MAN= libthr.3