diff options
| author | Eli Zaretskii | 2026-04-13 16:31:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2026-04-13 16:31:16 +0300 |
| commit | cde6878f9defdac1e4e9aedcc79e2a07c6e4c5f8 (patch) | |
| tree | dd370f1b03563bcb10f0eaf52bd5007ad6b17a41 | |
| parent | 5a5801fc24d5a644a58d26d2dc01f73bad57f5db (diff) | |
| download | emacs-cde6878f9defdac1e4e9aedcc79e2a07c6e4c5f8.tar.gz emacs-cde6878f9defdac1e4e9aedcc79e2a07c6e4c5f8.zip | |
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)
| -rw-r--r-- | nt/gnulib-cfg.mk | 2 |
1 files changed, 0 insertions, 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 | |||
| 56 | OMIT_GNULIB_MODULE_free-posix = true | 56 | OMIT_GNULIB_MODULE_free-posix = true |
| 57 | OMIT_GNULIB_MODULE_fsusage = true | 57 | OMIT_GNULIB_MODULE_fsusage = true |
| 58 | OMIT_GNULIB_MODULE_futimens = true | 58 | OMIT_GNULIB_MODULE_futimens = true |
| 59 | OMIT_GNULIB_MODULE_getdelim = true | ||
| 60 | OMIT_GNULIB_MODULE_getline = true | ||
| 61 | OMIT_GNULIB_MODULE_inttypes-h-incomplete = true | 59 | OMIT_GNULIB_MODULE_inttypes-h-incomplete = true |
| 62 | OMIT_GNULIB_MODULE_issymlink = true | 60 | OMIT_GNULIB_MODULE_issymlink = true |
| 63 | OMIT_GNULIB_MODULE_issymlinkat = true | 61 | OMIT_GNULIB_MODULE_issymlinkat = true |