aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/wiredtiger.patch
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2018-04-18 22:06:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-19 10:30:59 +0000
commitb0d86e3afb307013d58a0d1e5a8bf17ccf9baf47 (patch)
tree95ec1f75cc1634ce4d8fa1d15889a746f53e9f73 /community/mongodb/wiredtiger.patch
parent9a385b72905c599816ac3b3dad726d4507052fa1 (diff)
downloadaports-b0d86e3afb307013d58a0d1e5a8bf17ccf9baf47.tar.bz2
aports-b0d86e3afb307013d58a0d1e5a8bf17ccf9baf47.tar.xz
community/mongodb: Repair 3.6.4 start failure, avoid external wiredtiger (dangerous)
This fixes bug #8799. Maintainer contact is updated as well.
Diffstat (limited to 'community/mongodb/wiredtiger.patch')
-rw-r--r--community/mongodb/wiredtiger.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/mongodb/wiredtiger.patch b/community/mongodb/wiredtiger.patch
new file mode 100644
index 0000000000..37d9fedabe
--- /dev/null
+++ b/community/mongodb/wiredtiger.patch
@@ -0,0 +1,11 @@
+--- ./src/third_party/wiredtiger/build_linux/wiredtiger_config.h.orig
++++ ./src/third_party/wiredtiger/build_linux/wiredtiger_config.h
+@@ -104,7 +104,7 @@
+ #define HAVE_STRING_H 1
+
+ /* Define to 1 if you have the `strtouq' function. */
+-#define HAVE_STRTOUQ 1
++/* #define HAVE_STRTOUQ 1 */
+
+ /* Define to 1 if you have the `sync_file_range' function. */
+ /* #undef HAVE_SYNC_FILE_RANGE */