Browse Source

increased NS2 glibc requirements to 2.17

pull/1787/head
Daniel Gibbs 7 years ago
parent
commit
9d7d801bfd
  1. 2
      lgsm/functions/info_glibc.sh

2
lgsm/functions/info_glibc.sh

@ -135,7 +135,7 @@ elif [ "${engine}" == "goldsource" ]; then
glibcrequired="2.3.4" glibcrequired="2.3.4"
glibcfix="no" glibcfix="no"
elif [ "${engine}" == "spark" ]; then elif [ "${engine}" == "spark" ]; then
glibcrequired="2.15" glibcrequired="2.17"
glibcfix="yes" glibcfix="yes"
elif [ "${engine}" == "starbound" ]; then elif [ "${engine}" == "starbound" ]; then
glibcrequired="2.17" glibcrequired="2.17"

Loading…
Cancel
Save