aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--depends/patches/bdb-5.1.29-clang-osx/README.md2
1 files changed, 2 insertions, 0 deletions
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.