mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue