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

Issue #1511: libarchive: Fix external dependencies requirement issue for cc.has_header & cc.has_function #1877

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

amolvmisal
Copy link

Fix for issue #1511
The dependencies libacl, libattr, libb2, bzip2, iconv, libxml, liblz4, and liblzma may not always be external in order to satisfy cc.has_header and cc.has_function.
As a workaround, partial_dependency can be used for those dependencies in the same way that it is currently used for the 'libpcreposix' dependency.

@jpakkane
Copy link
Member

You need to add a new entry to releases.json.

@amolvmisal
Copy link
Author

You need to add a new entry to releases.json.

Added

@jpakkane jpakkane merged commit e100d0f into mesonbuild:master Jan 16, 2025
12 checks passed
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.

3 participants