parent
7321ed031c
commit
e4d6099eff
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.*)
|
2.6.* | 3.* | 4.*)
|
||||||
extralibs="$extralibs -lpthread"
|
extralibs="$extralibs -lpthread"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user