diff options
author | rsc <devnull@localhost> | 2005-07-22 18:45:07 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-22 18:45:07 +0000 |
commit | e00db7f084a8ae8276d0d0cba143ee966ba933b3 (patch) | |
tree | d12c9c4169435bcd947523f68588076682c86a28 /bin/9l | |
parent | 905502613a12b7129a67f6e65560b041a2e5f9b0 (diff) | |
download | plan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.tar.gz plan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.tar.bz2 plan9port-e00db7f084a8ae8276d0d0cba143ee966ba933b3.zip |
no pthreads on OpenBSD
Diffstat (limited to 'bin/9l')
-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 -lpthread -lutil" + extralibs="$extralibs -lutil" ;; *FreeBSD*) ld=gcc |