Summary: | www/cgihtml: fails to link with lld as the system linker | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ed Maste <emaste> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 214864 |
Description
Ed Maste
![]() ![]() A commit references this bug: Author: emaste Date: Tue Mar 27 20:46:44 UTC 2018 New revision: 465749 URL: https://svnweb.freebsd.org/changeset/ports/465749 Log: www/cgihtml: set LLD_UNSAFE This port passes an unusual option to the linker that is accepted by ld.bfd but rejected by ld.lld. Linking with lld fails with: ld: error: -O: number expected, but got 'string-lib.o' PR: 226992 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Changes: head/www/cgihtml/Makefile Workaround applied. |