Date: Sun, 29 Apr 2018 12:37:37 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468626 - head/security/libressl Message-ID: <201804291237.w3TCbbjB046542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 Modified: head/security/libressl/Makefile Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Sun Apr 29 12:34:57 2018 (r468625) +++ head/security/libressl/Makefile Sun Apr 29 12:37:37 2018 (r468626) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.7.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -30,6 +31,7 @@ USES= autoreconf cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed +LDFLAGS+= -lthr INSTALL_TARGET= install-strip TEST_TARGET= check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804291237.w3TCbbjB046542>