notmuch: Fix configure for strcasestr

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-04-03 14:01:32 +00:00
parent d269014918
commit 06bbae800c

View File

@@ -0,0 +1,11 @@
https://github.com/termux/termux-packages/issues/15852
https://nmbug.notmuchmail.org/nmweb/show/20221202191908.848227-1-qsx%40chaotikum.eu
--- a/compat/have_strcasestr.c
+++ b/compat/have_strcasestr.c
@@ -1,4 +1,5 @@
#define _GNU_SOURCE
+#include <string.h>
#include <strings.h>
int