From cedfd4f63f79363910083fdefcdde80eb6248dc5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 8 Jun 2003 03:58:20 +0000 Subject: 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@ --- lib/libpthread/support/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/support/Makefile.inc') diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc index 27f65245acd0..5c5d05928d8c 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 -- cgit v1.3