From 4ce540190432c12d8fd24345be85fbf4e6f0e7e9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 18 Apr 2021 12:09:20 +0200 Subject: [PATCH] lmdb: Add lmdb-safe submodule --- .gitmodules | 3 +++ 3rdparty/lmdb-safe | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/lmdb-safe diff --git a/.gitmodules b/.gitmodules index 2d52962..1356c95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rdparty/tabulate"] path = 3rdparty/tabulate url = git@github.com:p-ranav/tabulate.git +[submodule "3rdparty/lmdb-safe"] + path = 3rdparty/lmdb-safe + url = git@github.com:ahupowerdns/lmdb-safe.git diff --git a/3rdparty/lmdb-safe b/3rdparty/lmdb-safe new file mode 160000 index 0000000..469de3c --- /dev/null +++ b/3rdparty/lmdb-safe @@ -0,0 +1 @@ +Subproject commit 469de3c0e2d0d125a39bd78d4564150c0c7e0d1d