HomePhabricator

[depends] allow NO_OPENSSL=1

Description

[depends] allow NO_OPENSSL=1

Summary: OpenSSL is not needed when BIP70 is disabled so this allows skipping the compilation during cross-building, which is useful for testing if a crossbuild issue is specifically caused by this lib.

Test Plan:

make -C depends HOST="x86_64-linux-gnu" NO_OPENSSL=1
make -C depends HOST="x86_64-apple-darwin" NO_OPENSSL=1
make -C depends HOST="x86_64-w64-mingw32" NO_OPENSSL=1

Check that the gitian builds still work with the qt.mk changes.

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D15570

Details

Provenance
PiRKAuthored on Feb 28 2024, 10:12
PiRKPushed on Feb 28 2024, 15:10
Reviewer
Restricted Project
Differential Revision
D15570: [depends] allow NO_OPENSSL=1
Parents
rABC4acc0c7441ad: [Automated] Update timing.json
Branches
Unknown
Tags
Unknown