Page MenuHomePhabricator

depends: add ability to skip building zeromq
ClosedPublic

Authored by Fabien on Mar 31 2020, 13:22.

Details

Summary
Similar to other depends packages, add the ability to skip building
zeromq by passing NO_ZMQ=1.

Backport of core PR16089.

Test Plan
cd depends
make build-osx NO_ZMQ=1

Check zmq is not built (under x86_64-apple-darwin16/lib there should
be no libzmq.a).

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Mar 31 2020, 19:27