Open ermshiperete opened 8 months ago
Do we need to fix this one before release of 17.0?
No, I don't think this has to be necessarily fixed for 17.0. It's more of a cleanup task.
Moving to 18.0
Moving this to 19.0 since I doubt that I'll get to it for 18.0. @mcdurdin
@srl295 is this something you'd like to think about?
@srl295 is this something you'd like to think about?
I can take it.
From the icu side dlopen can be shut off if it's rebuilt otherwise there might be some kind of workaround.
Possible upstream issue (icu and the distro packagers )
On Linux, running the script below which builds an app with static linking results in a warning:
We should fix the warning (which probably requires static linking to ICU for the static libkeymancore library), or not ship the static version of libkeymancore (and remove the dependency on
libicu-dev
fromlinux/debian/control
and therequires.private
line from thekeyman_core.pc
file).This should also be added as an autopkgtest to
linux/debian/tests/test-build
.