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

[Cleanup] fix builds to use pkgconfig --static #5952

Open
heitbaum opened this issue Dec 6, 2021 · 1 comment
Open

[Cleanup] fix builds to use pkgconfig --static #5952

heitbaum opened this issue Dec 6, 2021 · 1 comment

Comments

@heitbaum
Copy link
Contributor

heitbaum commented Dec 6, 2021

Libs.private which is declared in some of the .pc files needs to be used when linking with .a static libraries. Our build environment does not honor this presently.

try and build samba with libunwind and it fails with uncompress. This is because Libs.private is not picked up, a hack patch is currently in place to include the Libs.private in the Libs line.

This patch should be reverted once pkgconfig —static is used correctly.

some initial reading:

more info:

  • vdr-plugin-xmltv2vdr with libzip does work correctly.
@heitbaum
Copy link
Contributor Author

heitbaum commented Dec 25, 2021

Issue with libopenmpt the same way.

libunwind

@heitbaum heitbaum self-assigned this Sep 6, 2023
@heitbaum heitbaum changed the title [BUG] fix builds to use pkgconfig --static [Cleanup] fix builds to use pkgconfig --static Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant