Page MenuHomeFreeBSD

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

Authored by ngie on Wed, Sep 17, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 26, 12:14 AM
Unknown Object (File)
Thu, Sep 25, 11:05 PM
Unknown Object (File)
Thu, Sep 25, 8:31 PM
Unknown Object (File)
Thu, Sep 18, 4:04 AM
Unknown Object (File)
Thu, Sep 18, 3:47 AM
Unknown Object (File)
Thu, Sep 18, 3:31 AM
Unknown Object (File)
Thu, Sep 18, 2:10 AM
Unknown Object (File)
Thu, Sep 18, 12:32 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67126
Build 64009: arc lint + arc unit

Event Timeline

ngie requested review of this revision.Wed, Sep 17, 4:32 PM
ngie added reviewers: bdrewery, khorben, sjg.
This revision was not accepted when it landed; it landed in state Needs Review.Sun, Sep 21, 10:37 PM
This revision was automatically updated to reflect the committed changes.