aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/backtrace.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-21 14:15:59 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-21 14:44:37 +0000
commita86740d743de969471c628c71c75d6d6678ca12c (patch)
tree3413d775d1ecfdebafae7d19b6ca6232aa1dc838 /testing/mongodb/backtrace.patch
parent24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee (diff)
downloadaports-a86740d743de969471c628c71c75d6d6678ca12c.tar.bz2
aports-a86740d743de969471c628c71c75d6d6678ca12c.tar.xz
community/mongodb: moved from testing
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")
-