Browse Source

Temporarily disable GLIBC 2.15 fix

pull/173/head
Scarsz 11 years ago
parent
commit
c6f8ab023b
  1. 18
      GarrysMod/gmodserver

18
GarrysMod/gmodserver

@ -663,14 +663,16 @@ cd "${filesdir}"
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}" cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}"
sleep 1 sleep 1
echo "" echo ""
echo "Applying GLIBC_2.15 fix" ####### Temporarily disabled for testing, for info see
echo "=================================" ####### https://github.com/dgibbs64/linuxgameservers/issues/154
sleep 1 #echo "Applying GLIBC_2.15 fix"
cd "${filesdir}"/bin #echo "================================="
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6 #sleep 1
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libm.so.6 #cd "${filesdir}"/bin
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libpthread.so.0 #wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6
echo "" #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(){ fn_header(){

Loading…
Cancel
Save