svn commit: r199469 - head/lib/librt

David Xu davidxu at FreeBSD.org
Wed Nov 18 05:09:03 UTC 2009


Author: davidxu
Date: Wed Nov 18 05:09:03 2009
New Revision: 199469
URL: http://svn.freebsd.org/changeset/base/199469

Log:
  link libpthread because the librt really needs it to fully function.

Modified:
  head/lib/librt/Makefile

Modified: head/lib/librt/Makefile
==============================================================================
--- head/lib/librt/Makefile	Wed Nov 18 04:34:43 2009	(r199468)
+++ head/lib/librt/Makefile	Wed Nov 18 05:09:03 2009	(r199469)
@@ -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
 


More information about the svn-src-all mailing list