diff options
author | rsc <devnull@localhost> | 2005-07-19 11:36:00 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-19 11:36:00 +0000 |
commit | a237e87c33523521133e28bd304e915b00661025 (patch) | |
tree | 465e1dc9434bedd82cf13db54d797936d9f66f03 /bin | |
parent | 98deccf380592f8c5576d1e10d518cd181a2a2c0 (diff) | |
download | plan9port-a237e87c33523521133e28bd304e915b00661025.tar.gz plan9port-a237e87c33523521133e28bd304e915b00661025.tar.bz2 plan9port-a237e87c33523521133e28bd304e915b00661025.zip |
use pthread on openbsd
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ case "$tag" in *OpenBSD*) ld=gcc userpath=true - extralibs="$extralibs -lutil" + extralibs="$extralibs -lpthread -lutil" ;; *FreeBSD*) ld=gcc |