aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichi Lumin <[email protected]>2018-09-27 18:00:05 -0600
committerRoss Nicoll <[email protected]>2019-03-25 05:36:12 +0000
commit4d3d70c9fc39437d780f0fc7b4079ca76f1213f0 (patch)
tree7727f19d6fd1a4dfd9b4ea0bb8b8aaedf9b83de2
parentRequired patches to compile bdb 5.1.29 via clang on OSX (diff)
downloaddiscoin-4d3d70c9fc39437d780f0fc7b4079ca76f1213f0.tar.xz
discoin-4d3d70c9fc39437d780f0fc7b4079ca76f1213f0.zip
Update README.md
-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.