[Lunar-commits] <moonbase-other> mongodb: add fix with boost 1.57

v4hn me at v4hn.de
Fri Nov 14 19:44:48 CET 2014


commit ae3df97431e1856b166835c479128a15d410bf08
Author: v4hn <me at v4hn.de>
Date: Fri, 14 Nov 2014 19:44:42 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/ae3df97431e1856b166835c479128a15d410bf08

mongodb: add fix with boost 1.57
---
  sql/mongodb/PRE_BUILD | +4/-1     
  1 file changed, 4 insertions(+), 1 deletion(-)

--- a/sql/mongodb/PRE_BUILD
+++ b/sql/mongodb/PRE_BUILD
@@ -13,4 +13,7 @@ patch_it $SOURCE5 1 &&
 sedit "s:'-Werror':\0, '-Wno-unused-local-typedefs':" src/third_party/v8/SConscript &&
 
 # NO, we _don't_ want to build the windows installer
-sedit '/installer\/msi\/SConscript/ d' src/mongo/SConscript
+sedit '/installer\/msi\/SConscript/ d' src/mongo/SConscript &&
+
+# boost 1.57 cleaned up this implicit include
+sedit '/#include <string.h>/ i #include <algorithm>' src/mongo/shell/linenoise_utf8.h




More information about the Lunar-commits mailing list