test lib without crypto

without.crypto
Niko 2 years ago
parent 7062768d11
commit 55ca60a330
  1. 2
      .gitmodules
  2. 2
      lmdb-sys/build.rs
  3. 2
      lmdb-sys/lmdb

2
.gitmodules vendored

@ -1,4 +1,4 @@
[submodule "lmdb-sys/lmdb"]
path = lmdb-sys/lmdb
url = https://github.com/p2pcollab/lmdb.git
branch = mdb.crypto
branch = mdb.test

@ -65,7 +65,7 @@ fn main() {
builder
.define("MDB_IDL_LOGN", Some(MDB_IDL_LOGN.to_string().as_str()))
.file(lmdb.join("mdb.c"))
.file(lmdb.join("chacha8.c"))
//.file(lmdb.join("chacha8.c"))
.file(lmdb.join("midl.c"))
// https://github.com/mozilla/lmdb/blob/b7df2cac50fb41e8bd16aab4cc5fd167be9e032a/libraries/liblmdb/Makefile#L23
.flag_if_supported("-Wno-unused-parameter")

@ -1 +1 @@
Subproject commit 4d66bccd20aad277044ed35dbae7e6b732a65b58
Subproject commit ac1d2bb7279e60d80795558d139e9526908419e6
Loading…
Cancel
Save