Commit Graph
4 Commits
Author SHA1 Message Date
Riccardo Spagni e6ab2dfdf3 updated in-source lmdb 2015-07-16 11:33:10 +02:00
Thomas WingetandRiccardo Spagni ea08c768e2 open() flag O_DSYNC isn't on BSD, use O_SYNC
If the detected OS is FreeBSD, tell LMDB to compile with
MDB_DSYNC=O_SYNC instead of the default O_DSYNC, as BSD does not
implement this flag.
2015-07-16 11:22:39 +02:00
Riccardo Spagni 41f0a8fe4d update lmdb64 2015-04-14 21:07:39 +02:00
Thomas Winget 6e9e8ab620 Move db_drivers/ to external/
Also change LMDB Cmake variables to CACHE rather than upgrading them
through several parent scopes.
2015-03-17 18:55:24 -04:00