svn commit: r468626 - head/security/libressl
Jan Beich
jbeich at FreeBSD.org
Sun Apr 29 14:50:08 UTC 2018
Bernard Spil <brnrd at FreeBSD.org> writes:
> Author: brnrd
> Date: Sun Apr 29 12:37:37 2018
> New Revision: 468626
> URL: https://svnweb.freebsd.org/changeset/ports/468626
>
> Log:
> security/libressl: Force linking libthr
>
> - Fixes problems with loading private ssh keys
[...]
> +LDFLAGS+= -lthr
Better use -lpthread in case user have different POSIX threads implementation.
Probably only affects downstream as FreeBSD dropped libkse, libc_r years ago.
More information about the svn-ports-all
mailing list