Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undefined symbols from plugins in some circumstances
Another bit lost in the cmake transition: plugin linkage to librpm and librpmio. In rpm itself this doesn't really matter because the running process supplies the necessary symbols but it's a different story when eg a Python process uses dlopen()'ed bindings.
- Loading branch information