From 13d40aa64c8c073c296ad2c8df0bae6d607aff07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Noack?= Date: Thu, 19 Sep 2019 22:49:08 +0200 Subject: 9l: support Linux version 5.0+ (#274) Update 9l to support Linux 5.x. --- bin/9l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/9l b/bin/9l index 6195815f..4266b10e 100755 --- 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 -- cgit v1.2.3