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
F162630959: D52595.diff
Wed, Jul 15, 6:44 AM
F162630958: D52595.diff
Wed, Jul 15, 6:44 AM
Unknown Object (File)
Sun, Jul 12, 4:32 AM
Unknown Object (File)
Tue, Jul 7, 10:20 PM
Unknown Object (File)
Fri, Jul 3, 10:43 AM
Unknown Object (File)
Tue, Jun 30, 4:17 AM
Unknown Object (File)
Tue, Jun 30, 4:17 AM
Unknown Object (File)
Sat, Jun 27, 2:09 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