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

pkg-config file does not use Libs/Libs.private correctly #38

Closed
mia-0 opened this issue Apr 2, 2018 · 1 comment
Closed

pkg-config file does not use Libs/Libs.private correctly #38

mia-0 opened this issue Apr 2, 2018 · 1 comment

Comments

@mia-0
Copy link
Contributor

mia-0 commented Apr 2, 2018

The Libs: line should only contain the shared libraries required to use libzip (i.e. just libzip itself). Libs.private should contain libraries required for static linking, i.e. the dependencies.

In particular, -lbz2 should be under Libs.private and not under Libs – otherwise, it breaks linking in many cases.

@dillof
Copy link
Member

dillof commented Apr 4, 2018

Thanks, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants