diff options
author | davidxu <davidxu@FreeBSD.org> | 2009-11-18 05:09:03 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2009-11-18 05:09:03 +0000 |
commit | 53b319698b242505834766a9cd2e859e287ac60d (patch) | |
tree | f1310861c88f50b6adcc76a4b37865ab91e313f8 /lib/librt | |
parent | 03ccaa615177e9015b976cc84be43d824fd0fa70 (diff) | |
download | FreeBSD-src-53b319698b242505834766a9cd2e859e287ac60d.zip FreeBSD-src-53b319698b242505834766a9cd2e859e287ac60d.tar.gz |
link libpthread because the librt really needs it to fully function.
Diffstat (limited to 'lib/librt')
-rw-r--r-- | lib/librt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 00d8cda..62c6b97 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 |