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

Use libtool's -version-info feature for library versioning #74

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

Conversation

hiirotsuki
Copy link

This fixes compatibility with slibtool, a re-implementation of GNU libtool in C. https://dev.midipix.org/cross/slibtool

@pemensik
Copy link
Member

pemensik commented Dec 6, 2022

I am not sure the missing version is intentional for those plugins. This nss plugin is not a normal shared library. It is module opened by dlopen.

@hiirotsuki
Copy link
Author

"-shrext" changes the files' extensions to essentially include a version still.

@agoode
Copy link
Contributor

agoode commented Dec 8, 2022

slibtool version 0.5.4 adds --avoid-version and 0.5.32 adds -shrext. Is this PR still needed?

https://dev.midipix.org/cross/slibtool/blob/main/f/NEWS

@Neustradamus Neustradamus mentioned this pull request Sep 5, 2023
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