dogecoin/depends/patches/bdb-5.1.29-clang-osx
2019-03-25 05:36:12 +00:00
..
atomic.h.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
mp_fget.c.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
mp_mvcc.c.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
mp_region.c.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
mut_method.c.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
mut_tas.c.patch Required patches to compile bdb 5.1.29 via clang on OSX 2019-03-25 05:36:12 +00:00
README.md Update README.md 2019-03-25 05:36:12 +00:00

These patches are to allow bdb-5.1.29 to compile using clang / c++11 under later MacOSX versions (Sierra+). These patches must be applied to the bdb-5.1.29 source from Oracle, and then compiled, for the Mac client to build.

Note some of these exist in bdb.mk but we don't want to use the -stdlib=libstd++ flag that's indicated in there on OSX.