From c6f8ab023b9d83a3a32728e1850411059e514f4b Mon Sep 17 00:00:00 2001 From: Scarsz Date: Thu, 11 Sep 2014 15:43:07 -0700 Subject: [PATCH] Temporarily disable GLIBC 2.15 fix --- GarrysMod/gmodserver | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index c81b254cc..b51aef77d 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -663,14 +663,16 @@ cd "${filesdir}" cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}" sleep 1 echo "" -echo "Applying GLIBC_2.15 fix" -echo "=================================" -sleep 1 -cd "${filesdir}"/bin -wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6 -wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libm.so.6 -wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libpthread.so.0 -echo "" +####### Temporarily disabled for testing, for info see +####### https://github.com/dgibbs64/linuxgameservers/issues/154 +#echo "Applying GLIBC_2.15 fix" +#echo "=================================" +#sleep 1 +#cd "${filesdir}"/bin +#wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6 +#wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libm.so.6 +#wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libpthread.so.0 +#echo "" } fn_header(){