From 9d7d801bfd431dc6ebc45ac22313c75bce302412 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 Dec 2017 11:03:37 +0000 Subject: [PATCH] increased NS2 glibc requirements to 2.17 --- lgsm/functions/info_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index c0844beef..ad7c367e9 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -135,7 +135,7 @@ elif [ "${engine}" == "goldsource" ]; then glibcrequired="2.3.4" glibcfix="no" elif [ "${engine}" == "spark" ]; then - glibcrequired="2.15" + glibcrequired="2.17" glibcfix="yes" elif [ "${engine}" == "starbound" ]; then glibcrequired="2.17"