From f07698cd8d515fde33d4f6fb1dd3d1827448ebe4 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 27 Dec 2017 00:32:31 +0000 Subject: [PATCH] security/otpw: set LLD_UNSAFE to avoid linking with lld lld does not have built-in search paths, so direct link invocations that specify a library (e.g. -lcrypto) but do not specify a search path (e.g. -L/usr/lib) will fail. PR: 214864 Submitted by: krion Approved by: portmgr (LLD_UNSAFE blanket) --- security/otpw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/otpw/Makefile b/security/otpw/Makefile index d4110bcf3191..efee2d7d5b37 100644 --- a/security/otpw/Makefile +++ b/security/otpw/Makefile @@ -16,6 +16,7 @@ USERS= ${PORTNAME} MAKE_ARGS= CC="${CC}" USES= gmake +LLD_UNSAFE= yes # lld lacks built-in search paths do-install: ${INSTALL_PROGRAM} ${WRKSRC}/otpw-gen ${STAGEDIR}${PREFIX}/bin