diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-11 16:04:34 -0600 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-03 08:49:55 +0000 |
commit | 8a901de31fa055ed591d487e12f8bb9ffcc0df21 (patch) | |
tree | 10bc98c626703819e94ec25bf0c2eaa0f6fe2cc9 /community/mongodb/fix-elf-native-class.patch | |
parent | fffa6ab6963a4a0045f99432ac487957791685ea (diff) | |
download | aports-8a901de31fa055ed591d487e12f8bb9ffcc0df21.tar.bz2 aports-8a901de31fa055ed591d487e12f8bb9ffcc0df21.tar.xz |
community/mongodb: expunge nonfree software
Upstream has switched to a nonfree license.
Diffstat (limited to 'community/mongodb/fix-elf-native-class.patch')
-rw-r--r-- | community/mongodb/fix-elf-native-class.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/mongodb/fix-elf-native-class.patch b/community/mongodb/fix-elf-native-class.patch deleted file mode 100644 index badb712d8e..0000000000 --- a/community/mongodb/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 { - |