aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-22 18:45:07 +0000
committerrsc <devnull@localhost>2005-07-22 18:45:07 +0000
commite00db7f084a8ae8276d0d0cba143ee966ba933b3 (patch)
treed12c9c4169435bcd947523f68588076682c86a28 /bin
parent905502613a12b7129a67f6e65560b041a2e5f9b0 (diff)
downloadplan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.tar.gz
plan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.tar.bz2
plan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.zip
no pthreads on OpenBSD
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 04ce0b02..45be51aa 100755
--- a/bin/9l
+++ b/bin/9l
@@ -169,7 +169,7 @@ case "$tag" in
*OpenBSD*)
ld=gcc
userpath=true
- extralibs="$extralibs -lpthread -lutil"
+ extralibs="$extralibs -lutil"
;;
*FreeBSD*)
ld=gcc