mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: set minimum required Boost to 1.48.0
Due to the use of boost::filesystem::canonical(), the minimum required version of Boost is actually 1.48.0. Use of canonical was introduced in #14146. See also Boost filesystem 1.48.0 release notes:6b5e38134a/doc/release_history.html (L508)
Github-Pull: #20142 Rebased-From:3562c15be3
This commit is contained in:
parent
27bb2cc3b6
commit
6957419a28
2 changed files with 2 additions and 2 deletions
|
@ -1055,7 +1055,7 @@ fi
|
||||||
if test x$use_boost = xyes; then
|
if test x$use_boost = xyes; then
|
||||||
|
|
||||||
dnl Minimum required Boost version
|
dnl Minimum required Boost version
|
||||||
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
|
define(MINIMUM_REQUIRED_BOOST, 1.48.0)
|
||||||
|
|
||||||
dnl Check for boost libs
|
dnl Check for boost libs
|
||||||
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
||||||
|
|
|
@ -6,7 +6,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
|
||||||
| Dependency | Version used | Minimum required | CVEs | Shared | [Bundled Qt library](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries) |
|
| Dependency | Version used | Minimum required | CVEs | Shared | [Bundled Qt library](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries) |
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- |
|
||||||
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
|
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
|
||||||
| Boost | [1.70.0](https://www.boost.org/users/download/) | [1.47.0](https://github.com/bitcoin/bitcoin/pull/8920) | No | | |
|
| Boost | [1.70.0](https://www.boost.org/users/download/) | [1.48.0](https://github.com/bitcoin/bitcoin/pull/20142) | No | | |
|
||||||
| Clang | | [3.3+](https://releases.llvm.org/download.html) (C++11 support) | | | |
|
| Clang | | [3.3+](https://releases.llvm.org/download.html) (C++11 support) | | | |
|
||||||
| Expat | [2.2.7](https://libexpat.github.io/) | | No | Yes | |
|
| Expat | [2.2.7](https://libexpat.github.io/) | | No | Yes | |
|
||||||
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
|
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
|
||||||
|
|
Loading…
Add table
Reference in a new issue