Browse Source

Removed glibc fix for gmod until fixed

pull/1013/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
9e3148cb2b
  1. 30
      lgsm/functions/fix_glibc.sh

30
lgsm/functions/fix_glibc.sh

@ -24,20 +24,20 @@ do
fi fi
done done
local libc_servers_array=( "Garry's Mod" ) #local libc_servers_array=( "Garry's Mod" )
for libc_server in "${libc_servers_array[@]}" #for libc_server in "${libc_servers_array[@]}"
do #do
if [ "${gamename}" == "${libc_server}" ]; then # if [ "${gamename}" == "${libc_server}" ]; then
fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libc.so.6" "${lgsmdir}/lib" "noexecutecmd" "norun" "noforce" "nomd5" # fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libc.so.6" "${lgsmdir}/lib" "noexecutecmd" "norun" "noforce" "nomd5"
fi # fi
done #done
local libpthread_servers_array=( "Garry's Mod" ) #local libpthread_servers_array=( "Garry's Mod" )
for libpthread_server in "${libpthread_servers_array[@]}" #for libpthread_server in "${libpthread_servers_array[@]}"
do #do
if [ "${gamename}" == "${libpthread_server}" ]; then # if [ "${gamename}" == "${libpthread_server}" ]; then
fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libpthread.so.0" "${lgsmdir}/lib" "noexecutecmd" "norun" "noforce" "nomd5" # fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libpthread.so.0" "${lgsmdir}/lib" "noexecutecmd" "norun" "noforce" "nomd5"
fi # fi
done #done
export LD_LIBRARY_PATH=:"${libdir}" export LD_LIBRARY_PATH=:"${libdir}"

Loading…
Cancel
Save