diff options
| author | Po Lu <luangruo@yahoo.com> | 2025-01-02 20:29:12 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2025-01-02 20:29:12 +0800 |
| commit | 1bc8412ecbf58a16efc4e9ddb0d46ef25ce7c14f (patch) | |
| tree | d7e0d47a3d60d7101c462008a8878f21bc83bd6f | |
| parent | be9577d4a1e0308a066f50140662a1f04b7a6c16 (diff) | |
; Fix the MS-DOS build
* msdos/sedlibmk.inp: Adapt to new GNulib module names.
| -rw-r--r-- | msdos/sedlibmk.inp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/msdos/sedlibmk.inp b/msdos/sedlibmk.inp index 61d8519f062..589508f3d31 100644 --- a/msdos/sedlibmk.inp +++ b/msdos/sedlibmk.inp @@ -470,7 +470,7 @@ OMIT_GNULIB_MODULE_allocator = true\ OMIT_GNULIB_MODULE_at-internal = true\ OMIT_GNULIB_MODULE_careadlinkat = true\ OMIT_GNULIB_MODULE_cloexec = true\ -OMIT_GNULIB_MODULE_dirent = true\ +OMIT_GNULIB_MODULE_dirent-h = true\ OMIT_GNULIB_MODULE_dirfd = true\ OMIT_GNULIB_MODULE_dup2 = true\ OMIT_GNULIB_MODULE_errno = true\ @@ -486,7 +486,7 @@ OMIT_GNULIB_MODULE_getdtablesize = true\ OMIT_GNULIB_MODULE_getgroups = true\ OMIT_GNULIB_MODULE_gettimeofday = true\ OMIT_GNULIB_MODULE_group-member = true\ -OMIT_GNULIB_MODULE_inttypes-incomplete = true\ +OMIT_GNULIB_MODULE_inttypes-h-incomplete = true\ OMIT_GNULIB_MODULE_localtime-buffer = true\ OMIT_GNULIB_MODULE_lstat = true\ OMIT_GNULIB_MODULE_math = true\ @@ -502,8 +502,8 @@ OMIT_GNULIB_MODULE_stpcpy = true\ OMIT_GNULIB_MODULE_strtoimax = true\ OMIT_GNULIB_MODULE_strtoll = true\ OMIT_GNULIB_MODULE_symlink = true\ -OMIT_GNULIB_MODULE_sys_select = true\ -OMIT_GNULIB_MODULE_sys_time = true\ +OMIT_GNULIB_MODULE_sys_select-h = true\ +OMIT_GNULIB_MODULE_sys_time-h = true\ OMIT_GNULIB_MODULE_boot-time = true\ OMIT_GNULIB_MODULE_crypto\/md5 = true /^arg-nonnull\.h:/,/^[ ][ ]*mv /c\ |
