Commit Graph

12 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
Leonid Pliushch 81ebfce665 rebuild packages dependent on 'boost' 2020-01-13 01:06:08 +02:00
stefanwouldgo 1b46505819 remove openssl dependency
openssl hasn't really been used when compiling without GUI for a long time. See https://github.com/bitcoin/bitcoin/issues/16751#issuecomment-537416760
2019-12-19 17:59:52 +01:00
Fredrik Fornwall ef96819f32 bitcoin: Update from 0.18.1 to 0.19.0.1 2019-11-28 00:33:14 +01:00
Fredrik Fornwall f699c47dc7 boost: Update from 1.70.0 to 1.71.0 2019-11-27 23:24:36 +01:00
Leonid Pliushch bfd5395511 bitcoin: build with miniupnpc 2019-11-17 15:57:31 +02:00
Leonid Pliushch f5b42dc36a bitcoin: bump revision
Because latest changes were not applied.
2019-09-18 13:21:26 +03:00
Leonid Pliushch b19bd8a041 bitcoin: build and link with libdb v4.8.x 2019-09-16 15:07:43 +03:00
Fredrik Fornwall 5fb85968bf bitcoin: Depend on openssl 2019-09-15 20:18:30 +02:00
Stefan 430f8c3887 added conffiles to bitcoin,lnd 2019-09-13 17:15:47 +02:00
Stefan b27162af54 removed termux-services dependency for bitcoin,lnd 2019-09-13 17:15:10 +02:00
stefanwouldgo 3d23c83cc7 new packages: bitcoin and lnd (#4290) 2019-09-13 15:35:32 +03:00