Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2018 16:50:01 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Bernard Spil <brnrd@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r468626 - head/security/libressl
Message-ID:  <4lju-t6cm-wny@FreeBSD.org>
In-Reply-To: <201804291237.w3TCbbjB046542@repo.freebsd.org> (Bernard Spil's message of "Sun, 29 Apr 2018 12:37:37 %2B0000 (UTC)")
References:  <201804291237.w3TCbbjB046542@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bernard Spil <brnrd@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4lju-t6cm-wny>