diff options
author | Marc Vertes <mvertes@free.fr> | 2018-01-02 11:20:46 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-04 07:06:40 +0000 |
commit | e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a (patch) | |
tree | 83becb8e23a0e12d4578312074a9df049db58e92 /community/mongodb/fix-elf-native-class.patch | |
parent | bca8323793a4c8ddfdb1f7f865cbfa62e93056aa (diff) | |
download | aports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.bz2 aports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.xz |
community/mongodb: upgrade to 3.6.1
Diffstat (limited to 'community/mongodb/fix-elf-native-class.patch')
-rw-r--r-- | community/mongodb/fix-elf-native-class.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mongodb/fix-elf-native-class.patch b/community/mongodb/fix-elf-native-class.patch new file mode 100644 index 0000000000..badb712d8e --- /dev/null +++ b/community/mongodb/fix-elf-native-class.patch @@ -0,0 +1,12 @@ +--- 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 { + |