mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
intercept: Support new sonames in Feral's Tomb Raider port
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -262,6 +262,8 @@ static const char *vendor_transmute_source[] = {
|
||||
#ifdef LSI_OVERRIDE_LIBRESSL
|
||||
"libcrypto.so.36",
|
||||
"libssl.so.37",
|
||||
"libcrypto.so.42",
|
||||
"libssl.so.44",
|
||||
#endif
|
||||
|
||||
/* old name for openal */
|
||||
@@ -297,9 +299,13 @@ static const char *vendor_transmute_target[] = {
|
||||
#if defined(LSI_LIBRESSL_MODE_SHIM)
|
||||
"libcrypto" LSI_LIBRESSL_SUFFIX ".so",
|
||||
"libssl" LSI_LIBRESSL_SUFFIX ".so",
|
||||
"libcrypto" LSI_LIBRESSL_SUFFIX ".so",
|
||||
"libssl" LSI_LIBRESSL_SUFFIX ".so",
|
||||
#elif defined(LSI_LIBRESSL_MODE_NATIVE)
|
||||
"libcrypto.so.1.0.0",
|
||||
"libssl.so.1.0.0",
|
||||
"libcrypto.so.1.0.0",
|
||||
"libssl.so.1.0.0",
|
||||
#endif
|
||||
|
||||
/* new name for openal */
|
||||
|
||||
Reference in New Issue
Block a user