diff options
author | Marc Vertes <mvertes@free.fr> | 2018-04-18 22:06:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 10:30:59 +0000 |
commit | b0d86e3afb307013d58a0d1e5a8bf17ccf9baf47 (patch) | |
tree | 95ec1f75cc1634ce4d8fa1d15889a746f53e9f73 /community/mongodb/wiredtiger.patch | |
parent | 9a385b72905c599816ac3b3dad726d4507052fa1 (diff) | |
download | aports-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.patch | 11 |
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 */ |