From b3f050f6d0a6c0a0f19f2674c53d14ce5134a924 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 15 Oct 2019 18:12:48 +0200 Subject: [PATCH] Fixed jemalloc, building 1.3.25 --- TeaSpeak | 2 +- libraries/build_jemalloc.sh | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/TeaSpeak b/TeaSpeak index c256dd3..12df983 160000 --- a/TeaSpeak +++ b/TeaSpeak @@ -1 +1 @@ -Subproject commit c256dd3d60c9428a990092e3ba296b544f8b4cf9 +Subproject commit 12df9833674bfb9bb79b9dfccc1e1d0bde22fb2c diff --git a/libraries/build_jemalloc.sh b/libraries/build_jemalloc.sh index 42b3115..b9afaea 100755 --- a/libraries/build_jemalloc.sh +++ b/libraries/build_jemalloc.sh @@ -46,7 +46,15 @@ if [ $? -ne 0 ]; then #Workaround because the install fails exit 0 fi -# -cd ../../../ +#Link the final so +cd .. +if [[ -f libjemalloc.so.2 ]]; then + echo "Removing old jemalloc link" + rm libjemalloc.so.2 +fi +ln -s linux_x64/lib/libjemalloc.so.2 . + + +cd ../../ set_build_successful ${library_path}