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 --- testing/mongodb/backtrace.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testing/mongodb/backtrace.patch (limited to 'testing/mongodb/backtrace.patch') diff --git a/testing/mongodb/backtrace.patch b/testing/mongodb/backtrace.patch deleted file mode 100644 index f110c7484d..0000000000 --- a/testing/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