Skip to content

Commit 2bf2116

Browse files
committed
build: set minimum required Boost to 1.64.0
1 parent 03aa59a commit 2bf2116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ fi
14151415
if test x$use_boost = xyes; then
14161416

14171417
dnl Check for Boost headers
1418-
AX_BOOST_BASE([1.58.0],[],[AC_MSG_ERROR([Boost is not available!])])
1418+
AX_BOOST_BASE([1.64.0],[],[AC_MSG_ERROR([Boost is not available!])])
14191419
if test x$want_boost = xno; then
14201420
AC_MSG_ERROR([[only libbitcoinconsensus can be built without boost]])
14211421
fi

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
66
| Dependency | Version used | Minimum required | CVEs | Shared | [Bundled Qt library](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries) |
77
| --- | --- | --- | --- | --- | --- |
88
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
9-
| Boost | [1.71.0](https://www.boost.org/users/download/) | [1.58.0](https://github.com/bitcoin/bitcoin/pull/19667) | No | | |
9+
| Boost | [1.71.0](https://www.boost.org/users/download/) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | | |
1010
| Clang | | [5.0+](https://releases.llvm.org/download.html) (C++17 support) | | | |
1111
| Expat | [2.2.7](https://libexpat.github.io/) | | No | Yes | |
1212
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |

0 commit comments

Comments
 (0)