There's a merged pull request on the void-packages repository minetest: update to 5.3.0 https://github.com/void-linux/void-packages/pull/26435 Description: Adopt LuaJIT with aarch64* causes PIE breakage; disable use of LuaJIT for aarc64* due to CMakeLists.txt setting here: https://github.com/minetest/minetest/blob/97aefe9b81414fa560d1ff37a3060266ac9735a9/src/CMakeLists.txt#L755 If we remove that line, seems we will have issue https://github.com/minetest/minetest/issues/10220 When LuaJIT isn't found, it uses bundled Lua According to https://github.com/minetest/minetest/issues/9367 disabling LuaJIT allowed them to run the game fine as well. Upstream PR that added linker flag to fix issues https://github.com/minetest/minetest/pull/9614