no pthreads on OpenBSD
This commit is contained in:
parent
905502613a
commit
e00db7f084
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
|
@ -169,7 +169,7 @@ case "$tag" in
|
||||||
*OpenBSD*)
|
*OpenBSD*)
|
||||||
ld=gcc
|
ld=gcc
|
||||||
userpath=true
|
userpath=true
|
||||||
extralibs="$extralibs -lpthread -lutil"
|
extralibs="$extralibs -lutil"
|
||||||
;;
|
;;
|
||||||
*FreeBSD*)
|
*FreeBSD*)
|
||||||
ld=gcc
|
ld=gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue