From: bones_was_here Date: Mon, 25 Dec 2023 09:14:02 +0000 (+1000) Subject: Remove libode from Linux autobuilds X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e841534a3208de4d6a20f7feed71f668b31252c5;p=xonotic%2Fxonotic.git Remove libode from Linux autobuilds This is still supported if the system has the lib installed. We can build and ship the library (for Windows too) if people want to use it, in the meantime we can remove the precompiled version from the repo. --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index a7849918..6d762e33 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -369,7 +369,7 @@ case "$cmd" in #verbose "$SELF" release-getbinary Xonotic/xonotic-linux64-dedicated || good=false #$good verbose "$SELF" release-compile linux64 \ - 'CC="gcc -m64 -flto=auto -I../../../.deps/include -L../../../.deps/lib" DP_LINK_CRYPTO=static DP_LINK_CRYPTO_RIJNDAEL=static DP_LINK_JPEG=shared LIB_JPEG=/usr/lib/x86_64-linux-gnu/libjpeg.a DP_LINK_ODE=shared CFLAGS_ODE="-DUSEODE -DLINK_TO_LIBODE -DdDOUBLE" LIB_ODE="../../../.deps/lib/libode.a -lstdc++ -pthread" DP_LINK_ZLIB=shared' \ + 'CC="gcc -m64 -flto=auto -I../../../.deps/include -L../../../.deps/lib" DP_LINK_CRYPTO=static DP_LINK_CRYPTO_RIJNDAEL=static DP_LINK_JPEG=shared LIB_JPEG=/usr/lib/x86_64-linux-gnu/libjpeg.a DP_LINK_ODE=dlopen DP_LINK_ZLIB=shared' \ release 'darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated' ;; release-engine)