mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04: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:
parent
f1699f717f
commit
f07698cd8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457344
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ USERS= ${PORTNAME}
|
||||||
|
|
||||||
MAKE_ARGS= CC="${CC}"
|
MAKE_ARGS= CC="${CC}"
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
LLD_UNSAFE= yes # lld lacks built-in search paths
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/otpw-gen ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/otpw-gen ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue