libdecsync icon indicating copy to clipboard operation
libdecsync copied to clipboard

missing soname

Open eoli3n opened this issue 3 years ago • 2 comments

It seems that my build problem of Evolution-DevSync on Void Linux is because you're not setting any soname. I patched it, but it would be great to fix it upstream.

See https://github.com/eoli3n/void-packages/commit/d1abb183dfcb79eaede7bb342813531a4f0a0d14#diff-31cd2b74f0f1f3ce1a27a597a8e8505e75ae31b429215cd2742cbf63f8853ef6R18

Thanks

eoli3n avatar Dec 27 '21 22:12 eoli3n

Up ?

eoli3n avatar Sep 13 '22 19:09 eoli3n

I did look a bit into it, but it looks like it is not possible to directly set the soname from Kotlin Native. So patching it afterwards would be required anyway, but I will try to do it in the makefile.

39aldo39 avatar Sep 16 '22 14:09 39aldo39