svn commit: r531147 - in head/net: . usockets usockets/files
Sergey A. Osokin
osa at freebsd.org
Wed Apr 8 23:21:03 UTC 2020
On Wed, Apr 08, 2020 at 02:48:47PM -0700, Yuri wrote:
> On 2020-04-08 14:32, Sergey A. Osokin wrote:
>
> > I bet we need to have a symbolic link ${PREFIX}/lib/libusockets.so.0 to catch
> > this library with ldconfig(8), right?
>
> No, having the file lib/libusockets.so in combination with USE_LDCONFIG=yes
> should make libusockets.so discoverable by ldconfig(8).
>
> The unrelated problem with such library is that it lacks a SONAME because
> the upstream didn't define it (they only build a static library). I'll ask
> them to make a change on GitHub.
Agree, it's better to have both static and shared objects for a library.
Thanks for the update!
--
Sergey
More information about the svn-ports-head
mailing list