From bc48cff3284719ee477d7c471cf72c48aa212c66 Mon Sep 17 00:00:00 2001 From: stroomdev66 Date: Tue, 28 Oct 2025 18:56:14 +0000 Subject: [PATCH] Upgrade LMDB C lib to 0.9.33 direct from the OpenLDAP repository --- cross-compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cross-compile.sh b/cross-compile.sh index aa8815d5..5243feec 100755 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -18,9 +18,9 @@ set -o errexit -rm -rf lmdb -git clone --depth 1 --branch LMDB_0.9.31 https://github.com/LMDB/lmdb.git -pushd lmdb/libraries/liblmdb +rm -rf openldap +git clone --depth 1 --branch LMDB_0.9.33 https://git.openldap.org/openldap/openldap.git +pushd openldap/libraries/liblmdb trap popd SIGINT # zig targets | jq -r '.libc[]'