From 71359b2fb71858b029c12a965b642829a3adb895 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 | 3 +-- submodules/lmdb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 36f0bcd46b..d37697838b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,8 +3,7 @@ url = https://github.com/miniupnp/miniupnp.git [submodule "lmdb"] path = submodules/lmdb - url = https://github.com/nanocurrency/lmdb.git - branch = lmdb_0_9_23 + url = https://github.com/LMDB/lmdb.git [submodule "cryptopp"] path = submodules/cryptopp url = https://github.com/weidai11/cryptopp.git diff --git a/submodules/lmdb b/submodules/lmdb index e931980823..c7b3cc4df6 160000 --- a/submodules/lmdb +++ b/submodules/lmdb @@ -1 +1 @@ -Subproject commit e93198082347098e4222c28309c399bc17ac11a9 +Subproject commit c7b3cc4df6dfe8f0772fb509bdc74777667caa43