blob: 2cea9bc31fea8f41f6d546681acd2f7bd05978c2 [file] [log] [blame]
Brad Bishop0a921262019-09-24 07:40:45 -04001From cc95a8878fa581b164dee8fb1f07b05b9d919ef0 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Sep 2017 13:13:15 -0700
Brad Bishop0a921262019-09-24 07:40:45 -04004Subject: [PATCH 09/10] wiredtiger: Disable strtouq on musl
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 src/third_party/wiredtiger/build_linux/wiredtiger_config.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
Brad Bishop0a921262019-09-24 07:40:45 -040011diff --git a/src/third_party/wiredtiger/build_linux/wiredtiger_config.h b/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
12index 82e9994..0399a67 100644
13--- a/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
14+++ b/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015@@ -104,7 +104,7 @@
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016 #define HAVE_STRING_H 1
17
18 /* Define to 1 if you have the `strtouq' function. */
19-#define HAVE_STRTOUQ 1
20+/* #undef HAVE_STRTOUQ 1 */
21
22 /* Define to 1 if you have the `sync_file_range' function. */
23 /* #undef HAVE_SYNC_FILE_RANGE */
Brad Bishop0a921262019-09-24 07:40:45 -040024--
252.7.4
26