mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-08 14:51:38 +00:00
intercept: Help Fedora by redirecting bzip2 automatically
Fedora doesn't seem to have `libbbz2.so.1` so let's intercept requests for this guy and send them to the proper `libbz2.so.1.0.6`. This fixes #38. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -259,6 +259,8 @@ static const char *vendor_transmute_source[] = {
|
||||
/* invalid curls */
|
||||
"libcurl-gnutls.so.3",
|
||||
"libcurl.so.3",
|
||||
|
||||
"libbz2.so.1",
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -293,6 +295,8 @@ static const char *vendor_transmute_target[] = {
|
||||
/* invalid curls */
|
||||
"libcurl-gnutls.so.4",
|
||||
"libcurl.so.4",
|
||||
|
||||
"libbz2.so.1.0.6",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user