From a86740d743de969471c628c71c75d6d6678ca12c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 21 Apr 2017 14:15:59 +0000 Subject: community/mongodb: moved from testing --- community/mongodb/backtrace.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/mongodb/backtrace.patch (limited to 'community/mongodb/backtrace.patch') diff --git a/community/mongodb/backtrace.patch b/community/mongodb/backtrace.patch new file mode 100644 index 0000000000..f110c7484d --- /dev/null +++ b/community/mongodb/backtrace.patch @@ -0,0 +1,14 @@ +diff --git a/SConstruct b/SConstruct +index 64c8387..3db1f3e 100644 +--- a/SConstruct ++++ b/SConstruct +@@ -2292,7 +2292,8 @@ def doConfigure(myenv): + 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