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

Fix soname 2 #404

Merged
merged 2 commits into from
Apr 9, 2021
Merged

Fix soname 2 #404

merged 2 commits into from
Apr 9, 2021

Conversation

KjellKod
Copy link
Owner

@KjellKod KjellKod commented Apr 9, 2021

version and soversion must exist so that we see the following
before we had this issue with ABI compatabiliy and unnecessary rebuilds for every small change

libg3log.so -> libg3log.so.1.3.2-125
libg3log.so.1.3.2-125

this was partly corrected in fix_soname and is now fully corrected

libg3log.so -> libg3log.so.1
libg3log.so.1 -> libg3log.so.1.3.2-129
libg3log.so.1.3.2-129

@KjellKod KjellKod mentioned this pull request Apr 9, 2021
@KjellKod KjellKod merged commit 95291b5 into master Apr 9, 2021
@KjellKod KjellKod deleted the fix_soname_2 branch April 9, 2021 03:44
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