summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-11-05 17:51:42 +0200
committerEli Zaretskii <eliz@gnu.org>2025-11-05 17:51:42 +0200
commitd3101630abfaff68990a99ebccb3f767550f16a6 (patch)
treefab0d48dbbffa0e593c5e74dd74fc863669a4ab9 /nt
parente7505ca213d77ea2f34caeb01d185e340641b5f4 (diff)
Unbreak MinGW build broken by Gnulib merge
* lib/acl_entries.c (acl_entries): Make it no-op for MinGW, as it was before. Without this, acl_entries doesn't compile on MinGW. * nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_issymlink) (OMIT_GNULIB_MODULE_issymlinkat): Disable these Gnulib modules.
Diffstat (limited to 'nt')
-rw-r--r--nt/gnulib-cfg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 7b164c1b119..d2f09cf095e 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -59,6 +59,8 @@ 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
OMIT_GNULIB_MODULE_lchmod = true
OMIT_GNULIB_MODULE_malloc-gnu = true
OMIT_GNULIB_MODULE_malloc-posix = true