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: Use the right link-line when generating pkg-config files #413

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

thiblahute
Copy link
Contributor

We were always using the first package link line, leading to broken pkg-config files.

For example in
https://gitlab.freedesktop.org/thiblahute/gst-plugins-rs/-/jobs/64909911, we can see that static linking using that .pc file doesn't work as it is not linking to stdc++ in that specific case.

We were always using the first package link line, leading to broken
pkg-config files.

For example in
https://gitlab.freedesktop.org/thiblahute/gst-plugins-rs/-/jobs/64909911,
we can see that static linking using that `.pc` file doesn't work as
it is not linking to `stdc++` in that specific case.
@lu-zero
Copy link
Owner

lu-zero commented Oct 15, 2024

Thank you for spotting and fixing it!

@lu-zero lu-zero merged commit 0ee354d into lu-zero:master Oct 15, 2024
17 checks passed
@thiblahute
Copy link
Contributor Author

Thanks for merging!

ooc, when do you think that should be released?

@lu-zero
Copy link
Owner

lu-zero commented Oct 15, 2024

Either when the new cargo is released or sooner if you really need it.

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

Successfully merging this pull request may close these issues.

2 participants