summaryrefslogtreecommitdiffstats
path: root/lib/libthr
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-08-15 21:51:18 +0000
committerdfr <dfr@FreeBSD.org>2004-08-15 21:51:18 +0000
commit873cb28aa65e5c6ce496907d0a1b60d12ea7b297 (patch)
tree39e3f69a95693dc46fdbc07266bb501fde9c0c84 /lib/libthr
parent98632f045699d138b6e9a4d385dd734feef3ce52 (diff)
downloadFreeBSD-src-873cb28aa65e5c6ce496907d0a1b60d12ea7b297.zip
FreeBSD-src-873cb28aa65e5c6ce496907d0a1b60d12ea7b297.tar.gz
Add rtld-elf to the include path for the rtld to pthread TLS interface.
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index caee9b7..aaf94e3 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -13,6 +13,7 @@ DEBUG_FLAGS=-g
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include
+CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS
OpenPOWER on IntegriCloud