From 4d3d70c9fc39437d780f0fc7b4079ca76f1213f0 Mon Sep 17 00:00:00 2001 From: Michi Lumin Date: Thu, 27 Sep 2018 18:00:05 -0600 Subject: [PATCH] Update README.md --- depends/patches/bdb-5.1.29-clang-osx/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/depends/patches/bdb-5.1.29-clang-osx/README.md b/depends/patches/bdb-5.1.29-clang-osx/README.md index 1c5532199..4af7cffb7 100644 --- a/depends/patches/bdb-5.1.29-clang-osx/README.md +++ b/depends/patches/bdb-5.1.29-clang-osx/README.md @@ -1,2 +1,4 @@ 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.