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/c2491522...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to