From 19d3a6876e744923c722745be0ae8cf2dd7f9b5e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 14 Jan 2018 18:27:11 +0000 Subject: community/mongodb: upgrade to 3.6.2 --- community/mongodb/fix-backtrace.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/mongodb/fix-backtrace.patch (limited to 'community/mongodb/fix-backtrace.patch') diff --git a/community/mongodb/fix-backtrace.patch b/community/mongodb/fix-backtrace.patch new file mode 100644 index 0000000000..67cb7ca422 --- /dev/null +++ b/community/mongodb/fix-backtrace.patch @@ -0,0 +1,12 @@ +--- mongodb-src-r3.6.1/SConstruct.orig ++++ mongodb-src-r3.6.1/SConstruct +@@ -2896,7 +2896,8 @@ + if (conf.CheckCXXHeader( "execinfo.h" ) and + conf.CheckDeclaration('backtrace', includes='#include ') and + conf.CheckDeclaration('backtrace_symbols', includes='#include ') and +- conf.CheckDeclaration('backtrace_symbols_fd', includes='#include ')): ++ conf.CheckDeclaration('backtrace_symbols_fd', includes='#include ') and ++ conf.CheckFunc('backtrace')): + + conf.env.SetConfigHeaderDefine("MONGO_CONFIG_HAVE_EXECINFO_BACKTRACE") + -- cgit v1.2.3