tuse pthread on openbsd - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a237e87c33523521133e28bd304e915b00661025
DIR parent 98deccf380592f8c5576d1e10d518cd181a2a2c0
HTML Author: rsc <devnull@localhost>
Date: Tue, 19 Jul 2005 11:36:00 +0000
use pthread on openbsd
Diffstat:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9l b/bin/9l
t@@ -169,7 +169,7 @@ case "$tag" in
*OpenBSD*)
ld=gcc
userpath=true
- extralibs="$extralibs -lutil"
+ extralibs="$extralibs -lpthread -lutil"
;;
*FreeBSD*)
ld=gcc