-
Notifications
You must be signed in to change notification settings - Fork 171
libs have no SONAME #51
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
Comments
Please do fix this, but also please explain how you're going to make compatibility work with different versions of dependencies, it would be good if you guys can describe the full picture. |
Among our list of .so libraries, libcommon_clang.so has SONAME set. I'll look into adding this field to other libraries |
I had problems to build NEO because of IGC libraries.
I believe this small improvement could help a lot. |
#74 fixes this issue. |
Change-Id: Id0ce987ded711c85ba9b048b4b55627a7bd8e5c6
Closing. Issue fixed with 3cc1170 |
The produced libs have no SONAME, please fix that so that distros can ship proper packages.
The text was updated successfully, but these errors were encountered: