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
F156920993: D52595.diff
Sun, May 17, 9:11 AM
Unknown Object (File)
Mon, May 11, 9:06 PM
Unknown Object (File)
Mon, May 11, 9:06 PM
Unknown Object (File)
Mon, May 11, 8:40 PM
Unknown Object (File)
Thu, Apr 30, 1:41 PM
Unknown Object (File)
Tue, Apr 28, 3:14 AM
Unknown Object (File)
Fri, Apr 24, 6:45 AM
Unknown Object (File)
Mon, Apr 20, 2:17 AM
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