Commit Graph

1 Commits

Author SHA1 Message Date
Leonid Pliushch f53745f65c bitcoind: avoid issues with boost package
Let package will build custom versions of dependency packages to
avoid errors like

wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
        } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it->path())) {
                   ~~ ^
2020-01-13 01:38:25 +02:00