svn commit: r468626 - head/security/libressl
Thierry Thomas
thierry at FreeBSD.org
Sun Apr 29 17:59:16 UTC 2018
Le dim. 29 avr. 18 à 19:36:51 +0200, Eitan Adler <lists at eitanadler.com>
écrivait :
> >> 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.
We used to have a PTHREAD_LIBS variable (along with PTHREAD_CFLAGS); why
did they disappear?
--
Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180429/dbc694c5/attachment.sig>
More information about the svn-ports-all
mailing list