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…
Add table
Add a link
Reference in a new issue