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

libzip: use conf_data not zipconf_data in meson.build for HAVE_SHARED #629

Merged
merged 2 commits into from Feb 15, 2021

Conversation

ret2libc
Copy link
Member

Detailed description

HAVE_SHARED is in libzip/config.h, not in zipconf.h, so use conf_data instead of the wrong zipconf_data. Anyway, that line should almost never be used because when libzip subproject is used, it should be compiled statically unless someone changes stuff manually. However, it seems that somehow someone was able to trigger that line by using a dirty build dir.

Test plan

...

Closing issues

...

@ret2libc ret2libc merged commit 4e98ff8 into dev Feb 15, 2021
@ret2libc ret2libc deleted the fix-libzip-meson branch February 24, 2021 15:29
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.

None yet

2 participants