danicoin/external/db_drivers
Thomas Winget 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
..
liblmdb32 open() flag O_DSYNC isn't on BSD, use O_SYNC 2015-07-16 11:22:39 +02:00
liblmdb64 open() flag O_DSYNC isn't on BSD, use O_SYNC 2015-07-16 11:22:39 +02:00
CMakeLists.txt ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00