summaryrefslogtreecommitdiff
path: root/lib/librt
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2009-11-18 05:09:03 +0000
committerDavid Xu <davidxu@FreeBSD.org>2009-11-18 05:09:03 +0000
commit63f1103de9abe5fa9997fd2341807f7e8d94d105 (patch)
treef1310861c88f50b6adcc76a4b37865ab91e313f8 /lib/librt
parent50f5f99be14bd9938b910f194c59d9f59e1850d3 (diff)
downloadsrc-test-63f1103de9abe5fa9997fd2341807f7e8d94d105.tar.gz
src-test-63f1103de9abe5fa9997fd2341807f7e8d94d105.zip
link libpthread because the librt really needs it to fully function.
Notes
Notes: svn path=/head/; revision=199469
Diffstat (limited to 'lib/librt')
-rw-r--r--lib/librt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile
index 00d8cda009ea3..62c6b9731a124 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