mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
notmuch: Fix configure for strcasestr
%ci:no-build
This commit is contained in:
11
packages/notmuch/notmuch-0.37-strcasestr.patch
Normal file
11
packages/notmuch/notmuch-0.37-strcasestr.patch
Normal 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
|
||||
Reference in New Issue
Block a user