aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch
blob: a2e1f795b17206e300a7fa6c423c0320ee3d3b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From a1c77702926eb8546ff96b00b5b994f7478dabae Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 2 Sep 2017 13:13:15 -0700
Subject: [PATCH 4/4] wiredtiger: Disable strtouq on musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 src/third_party/wiredtiger/build_linux/wiredtiger_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: git/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
===================================================================
--- git.orig/src/third_party/wiredtiger/build_linux/wiredtiger_config.h
+++ git/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
+/* #undef HAVE_STRTOUQ 1 */
 
 /* Define to 1 if you have the `sync_file_range' function. */
 /* #undef HAVE_SYNC_FILE_RANGE */