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
F68731516: D38304.diff
Tue, Oct 3, 8:26 PM
Unknown Object (File)
Fri, Sep 22, 2:53 PM
Unknown Object (File)
Fri, Sep 15, 4:34 PM
Unknown Object (File)
Wed, Sep 6, 4:23 AM
Unknown Object (File)
Aug 12 2023, 4:48 PM
Unknown Object (File)
Jul 25 2023, 7:53 AM
Unknown Object (File)
Jul 25 2023, 7:51 AM
Unknown Object (File)
Jul 25 2023, 7:48 AM
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