To address LWJGL#1126 and LWJGL-CI/openal-soft#6
While waiting for an official release of patched 3.4.1.
The lwjgl-natives-linux-ppc64le-3.4.1-lwjgl.1.jar has patched liblwjgl.so (FFI_DEFAULT_ABI 28→11).
The lwjgl-openal-natives-linux-ppc64le-3.4.1-lwjgl.1-ppcfix.jar has the correctly compiled libopenal.so.
If you need to play Minecraft 26.1.2, simply replace the lwjgl-natives-linux-ppc64le artifact in org.lwjgl3.json with:
{
"name": "org.lwjgl:lwjgl-natives-linux-ppc64le:3.4.1-lwjgl.1",
"downloads": {
"artifact": {
"sha1": "075aeeb970f9a5037f89e57aec008a71bcfb100e",
"size": 141955,
"url": "https://github.com/runlevel5/lwjgl3/releases/download/3.4.1-ppc64-fix/lwjgl-natives-linux-p
pc64le-3.4.1-lwjgl.1-ppcfix.jar"
}
},
"rules": [
{ "action": "allow", "os": { "name": "linux-ppc64le" } }
]
},
{
"name": "org.lwjgl:lwjgl-openal-natives-linux-ppc64le:3.4.1-lwjgl.1",
"downloads": {
"artifact": {
"sha1": "f7e5c2be521111fc2abd6d45864045dd517f1f44",
"size": 1046577,
"url": "https://github.com/runlevel5/lwjgl3/releases/download/3.4.1-ppc64-fix/lwjgl-openal-natives-
linux-ppc64le-3.4.1-lwjgl.1-ppcfix.jar"
}
},
"rules": [
{ "action": "allow", "os": { "name": "linux-ppc64le" } }
]
}