From bdedf8bd8ced74d2809453f8b59e7e82fc1ae8c6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 1 Jan 2024 14:39:17 -0800 Subject: [PATCH] nostrdb/disable lmdb download since we have this committed now Signed-off-by: William Casarin --- nostrdb/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nostrdb/Makefile b/nostrdb/Makefile index 037b8c97..9f96376d 100644 --- a/nostrdb/Makefile +++ b/nostrdb/Makefile @@ -112,12 +112,12 @@ deps/flatcc_$(FLATCC_VER).tar.gz: deps/.dir # mv flatcc-$(FLATCC_VER) deps/flatcc # touch $@ -deps/lmdb/lmdb.h: deps/LMDB_$(LMDB_VER).tar.gz deps/.dir - tar xf $< - rm -rf deps/lmdb - mv lmdb-LMDB_$(LMDB_VER)/libraries/liblmdb deps/lmdb - rm -rf lmdb-LMDB_$(LMDB_VER) - touch $@ +#deps/lmdb/lmdb.h: deps/LMDB_$(LMDB_VER).tar.gz deps/.dir +# tar xf $< +# rm -rf deps/lmdb +# mv lmdb-LMDB_$(LMDB_VER)/libraries/liblmdb deps/lmdb +# rm -rf lmdb-LMDB_$(LMDB_VER) +# touch $@ deps/secp256k1/.git: deps/.dir @devtools/refresh-submodules.sh $(SUBMODULES)