mdbx: more for compatibility (musl).

One more for https://github.com/ReOpen/ReOpenLDAP/issues/123
This commit is contained in:
Leo Yuriev
2017-03-29 14:20:48 +03:00
parent 4507c1c6bb
commit bb205df001
4 changed files with 387 additions and 252 deletions

View File

@@ -43,7 +43,7 @@ MANPAGES := mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1
TESTS := mtest0 mtest1 mtest2 mtest3 mtest4 mtest5 mtest6 wbench \
yota_test1 yota_test2
SRC_LMDB := mdb.c midl.c lmdb.h midl.h reopen.h barriers.h
SRC_LMDB := mdb.c midl.c lmdb.h midl.h defs.h barriers.h
SRC_MDBX := $(SRC_LMDB) mdbx.c mdbx.h
.PHONY: mdbx lmdb all install clean check tests coverage