Page MenuHomePhabricator

[CMAKE] Fix FindBerkeleyDB suffix paths
ClosedPublic

Authored by Fabien on Mar 8 2020, 09:41.

Details

Summary

The FindBerkeleyDB module builds a combination of component and version
to search for the associated library, but use the same combination for
the suffix paths. However the suffix paths are always based on the name
db (not db_cxx) and can cause the search to fail on some systems.

Test Plan
cmake -GNinja ..
ninja

Run the Gitian builds.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Mar 8 2020, 16:57
This revision was automatically updated to reflect the committed changes.