commit bdedf8bd8ced74d2809453f8b59e7e82fc1ae8c6 parent c2383060aaa2726f522c1be32afbf3de9f8af01d Author: William Casarin <jb55@jb55.com> Date: Mon, 1 Jan 2024 14:39:17 -0800 nostrdb/disable lmdb download since we have this committed now Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | nostrdb/Makefile | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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)