From cde6878f9defdac1e4e9aedcc79e2a07c6e4c5f8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Apr 2026 16:31:16 +0300 Subject: [PATCH] Fix MinGW64 build broken by changes in emacsclient.c * nt/gnulib-cfg.mk (getdelim, getline): Do not omit. It is now needed for 'emacsclient', but MinGW64 doesn't have it in its runtime libraries (mingw.org's MinGW does have it). (Bug#80770) --- nt/gnulib-cfg.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 4a6d3d0719f..288c9b11209 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk @@ -56,8 +56,6 @@ OMIT_GNULIB_MODULE_file-has-acl = true OMIT_GNULIB_MODULE_free-posix = true OMIT_GNULIB_MODULE_fsusage = true OMIT_GNULIB_MODULE_futimens = true -OMIT_GNULIB_MODULE_getdelim = true -OMIT_GNULIB_MODULE_getline = true OMIT_GNULIB_MODULE_inttypes-h-incomplete = true OMIT_GNULIB_MODULE_issymlink = true OMIT_GNULIB_MODULE_issymlinkat = true