No consumers appear to require LDFLAGS at this time as only -fstack-protector is passed by default.
Details
Details
- Reviewers
- None
- Group Reviewers
rust O5: Ports Framework portmgr - Commits
- rP486769: USES=cargo to convert LDFLAGS into RUSTFLAGS
All consumers built fine (tested together with D18427).
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Mk/Uses/cargo.mk | ||
---|---|---|
71 ↗ | (On Diff #50569) | Should -C link-arg=* be before or after RUSTFLAGS (from environment or set by port)? |
Mk/Uses/cargo.mk | ||
---|---|---|
71 ↗ | (On Diff #50569) | What does the extra : at the end do?
I don't think the order matters much since no port sets any -C link-arg in RUSTFLAGS. With this in place ports should manipulate LDFLAGS over RUSTFLAGS anyway. |