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

Set the soname for the library #669

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

serjigva
Copy link

Issue #, if available:

Description of changes:
Greetings,
The pull request appends soname for library to make version management more easier.
Most Linux distros treat libraries without ABI version as development part of package, and link applications with them directly is not correct.
So, the change provides SONAME, SOVERSION for runtime and development library.
For your convenience ABI version begins from zero, it partially corresponds with project major version.
I believe that the project developers know the details of ABI development and in the case of an already appointed informal versioning system, they will correct the proposed change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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