1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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)
This commit is contained in:
Ed Maste 2017-12-27 00:32:31 +00:00
parent f1699f717f
commit f07698cd8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457344

View File

@ -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