mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
parent
f1dd3f065a
commit
13d40aa64c
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
@ -40,7 +40,7 @@ case "$tag" in
|
||||||
userpath=true
|
userpath=true
|
||||||
extralibs="$extralibs -lutil -lresolv"
|
extralibs="$extralibs -lutil -lresolv"
|
||||||
case "${SYSVERSION:-`uname -r`}" in
|
case "${SYSVERSION:-`uname -r`}" in
|
||||||
2.6.* | 3.* | 4.*)
|
2.6.* | [3-9].* | [1-9][0-9].*)
|
||||||
extralibs="$extralibs -lpthread"
|
extralibs="$extralibs -lpthread"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue