Clear X509_free symbol version info from .runner-unwrapped (#37)

This change allows the 64-bit 1.6 beta to launch by clearing the
`OPENSSL_1.0.0` version requirement on the `X509_free` function called
by `.runner-unwrapped`.
pull/41/head Patchdata-v40
Noah Snelson 2 years ago committed by GitHub
parent 1ed9efcfcf
commit 2ae107f65e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -165,7 +165,8 @@ patch_am2r ()
echo "Patching deprecated OpenSSL dependency with libcurl..."
patchelf "$GAMEDIR/runner" \
--replace-needed "libcrypto.so.1.0.0" "libcurl.so" \
--replace-needed "libssl.so.1.0.0" "libcurl.so"
--replace-needed "libssl.so.1.0.0" "libcurl.so" \
--clear-symbol-version X509_free
fi
# An environment variable needs to be set on Mesa to avoid a race

Loading…
Cancel
Save