svn commit: r468626 - head/security/libressl

Eitan Adler lists at eitanadler.com
Sun Apr 29 17:37:22 UTC 2018


On 29 April 2018 at 07:50, Jan Beich <jbeich at freebsd.org> wrote:
> 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.

Further nit: -pthread not -lpthread.  The primary difference is some
preprocessor flags such as _REENTRANT and __USE_REENTRANT 1.


-- 
Eitan Adler


More information about the svn-ports-head mailing list