Page MenuHomeFreeBSD

rescue: Fix link order of SSL libraries and fetch.
ClosedPublic

Authored by jhb on Jan 31 2023, 7:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 19, 7:24 AM
Unknown Object (File)
Thu, Aug 15, 11:11 AM
Unknown Object (File)
Wed, Aug 7, 4:15 PM
Unknown Object (File)
Jul 24 2024, 12:46 AM
Unknown Object (File)
Jul 10 2024, 4:09 PM
Unknown Object (File)
Jul 7 2024, 1:37 AM
Unknown Object (File)
Jul 7 2024, 12:45 AM
Unknown Object (File)
Jul 3 2024, 7:42 PM
Subscribers

Details

Summary

ld.bfd requires libraries to be linked in order. libssl requires
libcrypto. libfetch requires libssl. To fix the latter, move fetch
up above tar rather than listing the ssl libraries twice.

Fixes: ea34aa4780e5 rescue: Add fetch(1) to the rescue tool.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49366
Build 46256: arc lint + arc unit