Page MenuHomeFreeBSD

crypto/openssl: fix importing new versions from pristine trees
ClosedPublic

Authored by ngie on Sep 17 2025, 4:32 PM.
Tags
None
Referenced Files
F151118159: D52595.id162550.diff
Mon, Apr 6, 5:05 AM
Unknown Object (File)
Thu, Apr 2, 7:05 AM
Unknown Object (File)
Tue, Mar 24, 9:25 PM
Unknown Object (File)
Tue, Mar 24, 2:11 AM
Unknown Object (File)
Sun, Mar 15, 9:57 PM
Unknown Object (File)
Mon, Mar 9, 3:40 AM
Unknown Object (File)
Sun, Mar 8, 9:36 PM
Unknown Object (File)
Mar 4 2026, 6:50 PM
Subscribers

Details

Summary

Prior to this change, CC was not being passed through to Configure,
which was resulting in failures when Configure was running compiler
checks.

Pass through CC via WRK_ENV to Configure so the compiler is defined
properly as part of the initial build.

MFC after: 1 month
Fixes: d18058b7b850 ("crypto/openssl: apply polish to new vendor import process")

Test Plan

This was needed to run Configure when upgrading from 3.5.1 to 3.5.3.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable