diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:15:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:44:37 +0000 |
commit | a86740d743de969471c628c71c75d6d6678ca12c (patch) | |
tree | 3413d775d1ecfdebafae7d19b6ca6232aa1dc838 /community/mongodb/wiredtiger-strtouq.patch | |
parent | 24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee (diff) | |
download | aports-a86740d743de969471c628c71c75d6d6678ca12c.tar.bz2 aports-a86740d743de969471c628c71c75d6d6678ca12c.tar.xz |
community/mongodb: moved from testing
Diffstat (limited to 'community/mongodb/wiredtiger-strtouq.patch')
-rw-r--r-- | community/mongodb/wiredtiger-strtouq.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/mongodb/wiredtiger-strtouq.patch b/community/mongodb/wiredtiger-strtouq.patch new file mode 100644 index 0000000000..db66bcdec2 --- /dev/null +++ b/community/mongodb/wiredtiger-strtouq.patch @@ -0,0 +1,11 @@ +--- mongodb-src-r3.2.3/src/third_party/wiredtiger/build_linux/wiredtiger_config.h.orig ++++ mongodb-src-r3.2.3/src/third_party/wiredtiger/build_linux/wiredtiger_config.h +@@ -101,7 +101,7 @@ + #define HAVE_STRING_H 1 + + /* Define to 1 if you have the `strtouq' function. */ +-#define HAVE_STRTOUQ 1 ++/* #undef HAVE_STRTOUQ 1 */ + + /* Define to 1 if you have the `sync_file_range' function. */ + /* #undef HAVE_SYNC_FILE_RANGE */ |