security/openssl111: Fix linking with lld on i386 - Fix shared option - While here, fix ordering PR: 231459 Submitted by: Nathan <ndowens yahoo com> Reported by: emaste Differential_Revision: https://reviews.freebsd.org/D17362
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19882 Build 19408: arc lint + arc unit
Event Timeline
security/openssl111/Makefile | ||
---|---|---|
28 | USES= and USE_* Should be above HAS_CONFIGURE, but below CONFLICTS |
security/openssl111/Makefile | ||
---|---|---|
28 | Unless I missed something, there is nothing about CONFLICTS variable being special in chapter 15. So they go in the Standard bsd.port.mk Variables block. |
security/openssl111/Makefile | ||
---|---|---|
28 | Ah just looked. I was thinking of ignore/broken block |