From 719271d5123ead34a02a9603adf0c8c9d11510ba Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Thu, 21 Sep 2023 12:27:31 +0100 Subject: [PATCH] Update lmdb submodule to version 0.9.31 This fixes an issue building on macos with ARM where the node could not be built with ASAN due to out of reach relocation. --- .gitmodules | 2 +- submodules/lmdb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 36f0bcd46b..98384bdafa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ [submodule "lmdb"] path = submodules/lmdb url = https://github.com/nanocurrency/lmdb.git - branch = lmdb_0_9_23 + branch = windows_incremental_file_size [submodule "cryptopp"] path = submodules/cryptopp url = https://github.com/weidai11/cryptopp.git diff --git a/submodules/lmdb b/submodules/lmdb index e931980823..7f0d11ca1b 160000 --- a/submodules/lmdb +++ b/submodules/lmdb @@ -1 +1 @@ -Subproject commit e93198082347098e4222c28309c399bc17ac11a9 +Subproject commit 7f0d11ca1bea576608acce5f30ec2f1dff05b1f1