diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2019-09-22 20:32:58 +0200 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2019-09-22 20:32:58 +0200 |
commit | c0c9d8f883dfd3a7f5a74499d91bb95884b15873 (patch) | |
tree | 65a9c5875c4ba78f70bd650602e75d1b832b4eeb /bin | |
parent | 618fef785e57e971f26fc984df1adb5807a521fe (diff) | |
parent | 715807d706cd13bc583588477a84090fbf02e057 (diff) | |
download | plan9port-c0c9d8f883dfd3a7f5a74499d91bb95884b15873.tar.gz plan9port-c0c9d8f883dfd3a7f5a74499d91bb95884b15873.tar.bz2 plan9port-c0c9d8f883dfd3a7f5a74499d91bb95884b15873.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/9l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ case "$tag" in 5.2.*) extralibs="$extralibs -lkse" ;; - [5-9].*|1[0-1].*) + [5-9].*|1[0-9].*) extralibs="$extralibs -lpthread" ;; esac @@ -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 |