Browse Source

Updated glibc requirements

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
5b4e0d7711
  1. 2
      functions/fix_glibc.sh
  2. 10
      functions/info_glibc.sh

2
functions/fix_glibc.sh

@ -93,7 +93,7 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd '[:digit:]' | tail -c 3)" -lt 21
wget -nv -N https://github.com/dgibbs64/linuxgsm/raw/master/Insurgency/dependencies/librt.so.1
wget -nv -N https://github.com/dgibbs64/linuxgsm/raw/master/Insurgency/dependencies/libpthread.so.0
elif [ "${gamename}" == "Left 4 Dead" ]; then
glibcversion="2.07"
glibcversion="2.3.6"
fn_glibcfixmsg
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/bin/libstdc++.so.6"
# Natural Selection 2

10
functions/info_glibc.sh

@ -2,7 +2,7 @@
# LGSM info_glibc.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="100116"
lgsm_version="260216"
# Description: stores details on servers Glibc requirements.
@ -43,7 +43,7 @@ elif [ "${engine}" == "seriousengine35" ]; then
glibcrequired="2.13"
glibcfix="yes"
elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
glibcrequired="2.07"
glibcrequired="2.3.6"
glibcfix="no"
elif [ "${engine}" == "spark" ]; then
glibcrequired="2.15"
@ -51,6 +51,12 @@ elif [ "${engine}" == "spark" ]; then
elif [ "${engine}" == "starbound" ]; then
glibcrequired="2.12"
glibcfix="no"
elif [ "${engine}" == "unreal" ]; then
glibcrequired="2.1"
glibcfix="no"
elif [ "${engine}" == "unreal2" ]; then
glibcrequired="2.4"
glibcfix="no"
elif [ "${engine}" == "unreal4" ]; then
glibcrequired="2.14"
glibcfix="no"

Loading…
Cancel
Save