summaryrefslogtreecommitdiff
path: root/nt/gnulib-cfg.mk
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-08-17 17:43:19 +0300
committerEli Zaretskii <eliz@gnu.org>2017-08-17 17:43:19 +0300
commit2cfb32bf4cbb726b83db82e414acced03781f99d (patch)
treea9ea9a1bfec4bd37796f2dc50c7e7a6f68b92fba /nt/gnulib-cfg.mk
parentddda5ae547d4c814482984cad3d350f65db082e3 (diff)
downloademacs-2cfb32bf4cbb726b83db82e414acced03781f99d.tar.gz
Fix the MS-Windows build
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_open): Omit Gnulib module 'open'. * lib-src/etags.c (O_CLOEXEC) [WINDOWSNT]: Restore definition.
Diffstat (limited to 'nt/gnulib-cfg.mk')
-rw-r--r--nt/gnulib-cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index d2b96f99e27..b75e36f5aa1 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -50,6 +50,7 @@ OMIT_GNULIB_MODULE_dirfd = true
OMIT_GNULIB_MODULE_fcntl = true
OMIT_GNULIB_MODULE_fcntl-h = true
OMIT_GNULIB_MODULE_inttypes-incomplete = true
+OMIT_GNULIB_MODULE_open = true
OMIT_GNULIB_MODULE_pipe2 = true
OMIT_GNULIB_MODULE_secure_getenv = true
OMIT_GNULIB_MODULE_signal-h = true