intercept: Support new sonames in Feral's Tomb Raider port

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2018-04-20 08:47:14 +01:00
parent 46c423d065
commit 62cf7443ac
+6
View File
@@ -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 */