1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/non-free/mongodb/fix-elf-native-class.patch
Drew DeVault 8a901de31f community/mongodb: expunge nonfree software
Upstream has switched to a nonfree license.
2019-04-03 08:49:55 +00:00

12 lines
281 B
Diff

--- 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 {