Summary: | sysutils/pv: pass LD via MAKE_ENV | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Evgenii Khramtsov <2khramtsov> | ||||
Component: | Individual Port(s) | Assignee: | Ganael LAPLANCHE <martymac> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | patch | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(martymac) 2khramtsov: maintainer-feedback? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Evgenii Khramtsov
2021-07-27 20:14:20 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a9ab8fccf5d9531fa4b8a52b50cef0b11687072 commit 8a9ab8fccf5d9531fa4b8a52b50cef0b11687072 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2021-07-28 09:17:07 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2021-07-28 09:17:07 +0000 sysutils/pv: pass LD via MAKE_ENV /usr/bin/ld can be absent due to base built WITHOUT_LLD, external toolchain from ports can be installed instead. Respect $LD from environment. While here, reorder USES. PR: 257461 Reported by: Evgeniy Khramtsov <evgeniy AT khramtsov.org> sysutils/pv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Committed, thanks a lot! |