Skip to content

Commit

Permalink
9l: support Linux version 5.0+ (9fans#274)
Browse files Browse the repository at this point in the history
Update 9l to support Linux 5.x.
  • Loading branch information
gnoack authored and dancrossnyc committed Sep 19, 2019
1 parent f1dd3f0 commit 13d40aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/9l
Expand Up @@ -40,7 +40,7 @@ case "$tag" in
userpath=true
extralibs="$extralibs -lutil -lresolv"
case "${SYSVERSION:-`uname -r`}" in
2.6.* | 3.* | 4.*)
2.6.* | [3-9].* | [1-9][0-9].*)
extralibs="$extralibs -lpthread"
;;
esac
Expand Down

0 comments on commit 13d40aa

Please sign in to comment.