From 0749ae07a90bcc7219c859f0cf3ec4dfdaff1541 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 6 Jun 2026 22:13:08 -0700 Subject: [PATCH] maint: use the memmem Gnulib module * bootstrap.conf (gnulib_modules): Add memmem which is missing on some platforms, e.g., mingw, and buggy on some older platforms. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index aee0c4f33..0b46627a2 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -187,6 +187,7 @@ gnulib_modules=" memchr memchr2 memcmp2 + memmem mempcpy memrchr memset_explicit