Page MenuHomeFreeBSD

security/openssl111: Fix linking with lld on i386
ClosedPublic

Authored by brnrd on Sep 30 2018, 11:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 11:45 PM
Unknown Object (File)
Thu, Mar 28, 5:28 PM
Unknown Object (File)
Feb 24 2024, 12:51 PM
Unknown Object (File)
Jan 31 2024, 4:19 PM
Unknown Object (File)
Jan 16 2024, 4:42 AM
Unknown Object (File)
Jan 14 2024, 6:33 AM
Unknown Object (File)
Dec 20 2023, 5:59 AM
Unknown Object (File)
Dec 13 2023, 5:17 AM
Subscribers

Details

Summary
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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fix is needed for i386, not amd64

brnrd retitled this revision from security/openssl111: Fix linking with lld to security/openssl111: Fix linking with lld on i386.Sep 30 2018, 11:17 AM
brnrd edited the summary of this revision. (Show Details)
brnrd edited reviewers, added: emaste; removed: ed.
security/openssl111/Makefile
28 ↗(On Diff #48589)

USES= and USE_* Should be above HAS_CONFIGURE, but below CONFLICTS
According to handbook

security/openssl111/Makefile
28 ↗(On Diff #48589)

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 ↗(On Diff #48589)

Ah just looked. I was thinking of ignore/broken block

This revision is now accepted and ready to land.Oct 2 2018, 5:57 PM
This revision was automatically updated to reflect the committed changes.
brnrd marked an inline comment as done.