aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/40-fix-elf-native-class.patch
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2018-01-02 11:20:46 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-01-04 07:06:40 +0000
commite94cb28568e3712b39d5d37f37c5cc8b2bf32f0a (patch)
tree83becb8e23a0e12d4578312074a9df049db58e92 /community/mongodb/40-fix-elf-native-class.patch
parentbca8323793a4c8ddfdb1f7f865cbfa62e93056aa (diff)
downloadaports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.bz2
aports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.xz
community/mongodb: upgrade to 3.6.1
Diffstat (limited to 'community/mongodb/40-fix-elf-native-class.patch')
-rw-r--r--community/mongodb/40-fix-elf-native-class.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/mongodb/40-fix-elf-native-class.patch b/community/mongodb/40-fix-elf-native-class.patch
deleted file mode 100644
index badb712d8e..0000000000
--- a/community/mongodb/40-fix-elf-native-class.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- orig/mongodb-src-r3.0.2/src/mongo/util/stacktrace_posix.cpp
-+++ mongodb-src-r3.0.2/src/mongo/util/stacktrace_posix.cpp
-@@ -209,6 +209,9 @@
- #include <elf.h>
- #include <link.h>
-
-+// AlpineTODO: Better option??
-+#define __ELF_NATIVE_CLASS 64
-+
- namespace mongo {
- namespace {
-