svn commit: r468626 - head/security/libressl

Bernard Spil brnrd at FreeBSD.org
Sun Apr 29 12:37:38 UTC 2018


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


More information about the svn-ports-head mailing list