Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/tune linking targets to dependencies #853

Merged
merged 4 commits into from
Aug 31, 2023

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Aug 31, 2023

  • Removes linking to "libstdc++fs"
  • Adds missing libraries to link with libdnf5 and dnf5 plugins
  • Removes unused direct shared object dependencies

Similar work for swig prepared in this PR #848.
Missing links detected thanks to issue #267.

The libdnf5 library does not use the Filesystem library extensions
from <experimental/filesystem>.
Adds a scope specification to all `target_link_libraries`.
Lots of scopes are set to `PRIVATE`. Due to this many unused direct
shared object dependencies were removed.
@Conan-Kudo Conan-Kudo added this pull request to the merge queue Aug 31, 2023
Merged via the queue into rpm-software-management:main with commit 1c39410 Aug 31, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants