mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9l: support FreeBSD 10 and 11 (thanks Ori Bernstein)
This commit is contained in:
parent
b8994b054d
commit
173295929a
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
@ -19,7 +19,7 @@ case "$tag" in
|
|||
5.2.*)
|
||||
extralibs="$extralibs -lkse"
|
||||
;;
|
||||
[5-9].*)
|
||||
[5-9].*|1[0-1].*)
|
||||
extralibs="$extralibs -lpthread"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue