nostrdb/disable lmdb download
since we have this committed now Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
c2383060aa
commit
bdedf8bd8c
@@ -112,12 +112,12 @@ deps/flatcc_$(FLATCC_VER).tar.gz: deps/.dir
|
|||||||
# mv flatcc-$(FLATCC_VER) deps/flatcc
|
# mv flatcc-$(FLATCC_VER) deps/flatcc
|
||||||
# touch $@
|
# touch $@
|
||||||
|
|
||||||
deps/lmdb/lmdb.h: deps/LMDB_$(LMDB_VER).tar.gz deps/.dir
|
#deps/lmdb/lmdb.h: deps/LMDB_$(LMDB_VER).tar.gz deps/.dir
|
||||||
tar xf $<
|
# tar xf $<
|
||||||
rm -rf deps/lmdb
|
# rm -rf deps/lmdb
|
||||||
mv lmdb-LMDB_$(LMDB_VER)/libraries/liblmdb deps/lmdb
|
# mv lmdb-LMDB_$(LMDB_VER)/libraries/liblmdb deps/lmdb
|
||||||
rm -rf lmdb-LMDB_$(LMDB_VER)
|
# rm -rf lmdb-LMDB_$(LMDB_VER)
|
||||||
touch $@
|
# touch $@
|
||||||
|
|
||||||
deps/secp256k1/.git: deps/.dir
|
deps/secp256k1/.git: deps/.dir
|
||||||
@devtools/refresh-submodules.sh $(SUBMODULES)
|
@devtools/refresh-submodules.sh $(SUBMODULES)
|
||||||
|
|||||||
Reference in New Issue
Block a user