diff options
| -rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ case "$tag" in *OpenBSD*) ld=gcc userpath=true - extralibs="$extralibs -lutil" + extralibs="$extralibs -lpthread -lutil" ;; *FreeBSD*) ld=gcc |
![]() |
index : plan9port | |
| Plan 9 from User Space (with patches) |
| summaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | bin/9l | 2 |
@@ -169,7 +169,7 @@ case "$tag" in *OpenBSD*) ld=gcc userpath=true - extralibs="$extralibs -lutil" + extralibs="$extralibs -lpthread -lutil" ;; *FreeBSD*) ld=gcc |