]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: use the memmem Gnulib module
authorCollin Funk <collin.funk1@gmail.com>
Sun, 7 Jun 2026 05:13:08 +0000 (22:13 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 7 Jun 2026 06:08:23 +0000 (23:08 -0700)
* bootstrap.conf (gnulib_modules): Add memmem which is missing on some
platforms, e.g., mingw, and buggy on some older platforms.

bootstrap.conf

index aee0c4f3374d3fcb4ffa17419265b86edc716a28..0b46627a20240abc162476216dc1190c86d41f41 100644 (file)
@@ -187,6 +187,7 @@ gnulib_modules="
   memchr
   memchr2
   memcmp2
+  memmem
   mempcpy
   memrchr
   memset_explicit