Hi,
I’m trying to add a nanomsg package. It’s cmake-build-based, that works. However at runtime libanl.so.1 is missing.
I find it in target_*/lib/, together with other libc-stuff. But it is not transferred to root_*/lib (including a few others).
Is there a way to enable this using e.g. PKG_NEEDS or a similar mechanism?
Cheers,
Diez
Hi Diez, Diez B. Roggisch wrote,
Hi,
I’m trying to add a nanomsg package. It’s cmake-build-based, that works. However at runtime libanl.so.1 is missing.
I find it in target_*/lib/, together with other libc-stuff. But it is not transferred to root_*/lib (including a few others).
Is there a way to enable this using e.g. PKG_NEEDS or a similar mechanism?
It was just missing in package/glibc in the list of to be installed files. https://cgit.openadk.org/cgi/cgit/openadk.git/commit/?id=efb24e6492c5cd83983... git pull to get it.
best regards Waldemar