aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/backtrace.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mongodb/backtrace.patch')
-rw-r--r--testing/mongodb/backtrace.patch14
1 files changed, 0 insertions, 14 deletions
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 <execinfo.h>') and
- conf.CheckDeclaration('backtrace_symbols', includes='#include <execinfo.h>') and
-- conf.CheckDeclaration('backtrace_symbols_fd', includes='#include <execinfo.h>')):
-+ conf.CheckDeclaration('backtrace_symbols_fd', includes='#include <execinfo.h>') and
-+ conf.CheckFunc('backtrace')):
-
- conf.env.SetConfigHeaderDefine("MONGO_CONFIG_HAVE_EXECINFO_BACKTRACE")
-