Page MenuHomePhabricator

Only pass --disable-dependency-tracking to packages that understand it
ClosedPublic

Authored by Fabien on Apr 2 2020, 19:45.

Details

Summary
By blanket passing --disable-dependency-tracking to all depends packages
we end up with warnings (i.e in bdb or freetype) like:
  configure: WARNING: unrecognized options:
--disable-dependency-tracking
Instead, only pass it to packages that actually understand it.
[...]
This PR also adds --enable-option-checking as a configure option to all
applicable packages.

Backport of core PR16949.

Test Plan

Run the Gitian builds.

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.Apr 2 2020, 22:00