From e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 2 Jan 2018 11:20:46 +0000 Subject: community/mongodb: upgrade to 3.6.1 --- community/mongodb/backtrace.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 community/mongodb/backtrace.patch (limited to 'community/mongodb/backtrace.patch') diff --git a/community/mongodb/backtrace.patch b/community/mongodb/backtrace.patch deleted file mode 100644 index f110c7484d..0000000000 --- a/community/mongodb/backtrace.patch +++ /dev/null @@ -1,14 +0,0 @@ -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