commit 13d40aa64c8c073c296ad2c8df0bae6d607aff07
parent f1dd3f065a97f57bf59db2e3284868e181734159
Author: Günther Noack <guenther@unix-ag.uni-kl.de>
Date: Thu, 19 Sep 2019 22:49:08 +0200
9l: support Linux version 5.0+ (#274)
Update 9l to support Linux 5.x.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9l b/bin/9l
@@ -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