blob: a2e1f795b17206e300a7fa6c423c0320ee3d3b30 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From a1c77702926eb8546ff96b00b5b994f7478dabae Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Sep 2017 13:13:15 -0700
4Subject: [PATCH 4/4] wiredtiger: Disable strtouq on musl
5
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 Bishop1a4b7ee2018-12-16 17:11:34 -080011Index: git/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
12===================================================================
13--- git.orig/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
14+++ git/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
15@@ -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 */