RESOLVED FIXED 243877
[QtWPE] Don't try to load unversioned libWPEBackend-fdo-1.0.so
https://bugs.webkit.org/show_bug.cgi?id=243877
Summary [QtWPE] Don't try to load unversioned libWPEBackend-fdo-1.0.so
Michael Catanzaro
Reported 2022-08-12 06:04:37 PDT
Instead of trying to load libWPEBackend-fdo-1.0.so, which is not expected to be installed because it's an unversioned .so, it should load libWPEBackend-fdo-1.0.so.1. This has an added benefit that it will fail to load rather than blow up if there's an ABI break. Follow-up to: bug #218584
Attachments
Michael Catanzaro
Comment 1 2022-08-12 06:05:38 PDT
EWS
Comment 2 2022-08-12 08:58:35 PDT
Committed 253380@main (2a881ad3aa45): <https://commits.webkit.org/253380@main> Reviewed commits have been landed. Closing PR #3265 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.