summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-08 03:58:20 +0000
committerimp <imp@FreeBSD.org>2003-06-08 03:58:20 +0000
commit0dde8b2eeb595c6a12212f743e83f76fe8401906 (patch)
tree0b4b0a6a5984a2ee6d5ff8da52ae516912961604 /lib/libpthread
parentbb19d0fd54cc102f0e96b4d15020973f19d370b8 (diff)
downloadFreeBSD-src-0dde8b2eeb595c6a12212f743e83f76fe8401906.zip
FreeBSD-src-0dde8b2eeb595c6a12212f743e83f76fe8401906.tar.gz
Don't force -L/usr/lib. This is incorrect because we should not be
looking at the host environment for anything. This breaks building -CURRENT on 4.x as well. Submitted by: kan@
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/support/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc
index 27f6524..5c5d059 100644
--- a/lib/libpthread/support/Makefile.inc
+++ b/lib/libpthread/support/Makefile.inc
@@ -6,5 +6,5 @@ SRCS += thr_support.c
SOBJS+= thr_libc.So
thr_libc.So: thr_support.So
- ${CC} -nostdlib -L/usr/lib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic
+ ${CC} -nostdlib -o ${.TARGET} -Wl,-x,-r ${.ALLSRC} -lc_pic
OpenPOWER on IntegriCloud