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