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

CMake: fix SONAME for MZ_COMPAT #721

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Conversation

thesamesam
Copy link
Contributor

zlib's minizip has SONAME 1. MZ_COMPAT intends to provide ABI and API compatibility, so its SONAME should match.

zlib's minizip has SONAME 1. MZ_COMPAT intends to provide ABI and API compatibility,
so its SONAME should match.

The layout with this is:
```
libminizip.so -> libminizip.so.1
libminizip.so.1 -> libminizip.so.4.0.0
libminizip.so.4.0.0
```

Signed-off-by: Sam James <sam@gentoo.org>
@nmoinvaz nmoinvaz changed the base branch from master to develop June 27, 2023 21:18
@nmoinvaz nmoinvaz added build system Build system and script changes compatibility Backwards compatibility labels Jun 27, 2023
@nmoinvaz nmoinvaz merged commit d14fb2f into zlib-ng:develop Jun 27, 2023
@thesamesam thesamesam deleted the abi-compat branch June 28, 2023 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Build system and script changes compatibility Backwards compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants