fix soname the right way #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "rrahl0/libdisplaydevice:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is this from an upstream commit, if so, which?
it is not, calling the library liblibdisplaydevice is just weird, and having no soversion is cumbersome. still want to work with upstream to see if we can do something about it
soversion (0.0.0) was already addd thanks to soversion.patch (added previously).
I don't see a "liblib" in the old build, so it seems like you did a cosmetic CMakeLists.txt change.
I used patchelf, which obviously is not great. but back then I didn't know better.