mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
use pthread on openbsd
This commit is contained in:
parent
98deccf380
commit
a237e87c33
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
@ -169,7 +169,7 @@ case "$tag" in
|
|||
*OpenBSD*)
|
||||
ld=gcc
|
||||
userpath=true
|
||||
extralibs="$extralibs -lutil"
|
||||
extralibs="$extralibs -lpthread -lutil"
|
||||
;;
|
||||
*FreeBSD*)
|
||||
ld=gcc
|
||||
|
|
Loading…
Reference in a new issue