Date: Sun, 8 Apr 2018 17:56:34 +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: r466813 - head/security/libressl-devel Message-ID: <201804081756.w38HuYJe040875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081756.w38HuYJe040875>