Sunday, July 31, 2022

Re: net/nheko: add missing lib dep

On 7/31/2022 4:08 AM, Omar Polo wrote:
> Klemens Nanni <kn@openbsd.org> wrote:
>> Failed to start for me because I did not have spdlog installed.
>>
>> $ objdump -p `which nheko` | grep spdlog
>> NEEDED libspdlog.so.0.0
>>
>> OK?
> OK
>
> A week ago spdlog was tweaked to build the shared library, and nheko
> picks it up.
>
> devel/coeurl and devel/mtxclient somehow seem fine even if they silently
> switched to the shared library...

Spdlog appears to be similar to Boost in that you can use aspects of the
project
via the headers and not necessarily utilize any functions from the library.

No comments:

Post a Comment