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

libarchive: Add -llz4 -llzo2 #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rohanpadhye
Copy link
Contributor

When building libarchive, I needed to link libraries LZ4 and LZO. If not, I would get undefined references to functions such as LZ4_decompress_safe and lzo1x_decompress_safe from the final fuzz target.

Either these libraries need to be linked in (using the patch in this PR), or else libarchive needs to be configured to disable these formats.

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.

1 participant