[Rpm-maint] [rpm-software-management/rpm] Use imaevm_signhash if available (PR #3458)
Michal Domonkos
notifications at github.com
Thu Nov 21 15:21:52 UTC 2024
Pushed a fixup for the symbol detection issue, now it's working fine. The solution was to use `check_library_exists()` instead of `check_function_exists()`, with the former being generally [recommended](https://cmake.org/cmake/help/latest/module/CheckFunctionExists.html) over the latter.
Note that the build still reports the function as "not found" in the CI (Fedora 40), this is because the new replacement function is only available in `/usr/lib64/libimaevm.so.5.0.0` and Fedora 40 ships with version 4. It's only *deprecated* (not obsoleted) in version 5.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3458#issuecomment-2491522112
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3458/c2491522112 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241121/9360ce92/attachment.htm>
More information about the Rpm-maint
mailing list