svn commit: r466813 - head/security/libressl-devel

Bernard Spil brnrd at FreeBSD.org
Sun Apr 8 17:56:34 UTC 2018


Author: brnrd
Date: Sun Apr  8 17:56:34 2018
New Revision: 466813
URL: https://svnweb.freebsd.org/changeset/ports/466813

Log:
  security/libressl-devel: Force linking libthr
  
   - Fixes problem where private SSH keys loading

Modified:
  head/security/libressl-devel/Makefile

Modified: head/security/libressl-devel/Makefile
==============================================================================
--- head/security/libressl-devel/Makefile	Sun Apr  8 17:37:01 2018	(r466812)
+++ head/security/libressl-devel/Makefile	Sun Apr  8 17:56:34 2018	(r466813)
@@ -31,6 +31,7 @@ USES=		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