commit 1fece0a

hovercats  ·  2025-10-11 18:51:18 +0000 UTC
parent b7a28a3
curl: enable HAVE_MEMRCHR.
Curl failed to build with memrchr for me earlier, but this fixes the issue.
Upstream curl also seems to want to enable this by default.
3 files changed,  +3, -3
+1, -1
1@@ -140,7 +140,7 @@
2 #define HAVE_LOCALE_H 1
3 #define HAVE_LONGLONG 1
4 /* #undef HAVE_MACH_ABSOLUTE_TIME */
5-/* #undef HAVE_MEMRCHR */
6+#define HAVE_MEMRCHR 1
7 #define HAVE_MSG_NOSIGNAL 1
8 /* #undef HAVE_MSH3_H */
9 #define HAVE_NETDB_H 1
+1, -1
1@@ -1,6 +1,6 @@
2 cflags{
3 	'-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized',
4-	'-D _DEFAULT_SOURCE',
5+	'-D _GNU_SOURCE',
6 	'-D HAVE_CONFIG_H',
7 	'-D BUILDING_LIBCURL',
8 	'-D CURL_STATICLIB',
+1, -1
1@@ -1 +1 @@
2-8.14.1 r0
3+8.14.1 r1