From 5d52d60477fb2ea57635973d6307a132704d6cf9 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 17 Sep 2021 14:11:22 +0100 Subject: [PATCH] build: Bump required Boost version --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5510e89c1..9853baed1 100644 --- a/configure.ac +++ b/configure.ac @@ -896,7 +896,8 @@ if test x$use_boost = xyes; then dnl Check for boost libs dnl We need Boost >= 1.62 to fix a potential security bug (https://github.com/zcash/zcash/issues/1241) -AX_BOOST_BASE([1.62]) +dnl We need Boost >= 1.77 to fix usage of statx on Docker (https://github.com/zcash/zcash/issues/4945) +AX_BOOST_BASE([1.77]) AX_BOOST_SYSTEM AX_BOOST_FILESYSTEM AX_BOOST_PROGRAM_OPTIONS