* src/local.mk: Revert
v9.7-322-gc2e1816a5, instead relying
on the more focused
v9.8-79-g532cd66af. When built with
--disable-nls on macOS this will result in only some commands
being linked with INTL_MACOSX_LIBS, thus resulting in env(1)
at least not setting a __CF_USER_TEXT_ENCODING envirnoment variable.
regressed due to the avoidance of copy offload, seen with OpenZFS at least.
[bug introduced in coreutils-9.8]
+ `env` on macOS, for now only when built with --disable-nls,
+ will no longer always set a __CF_USER_TEXT_ENCODING environment variable.
+ [bug introduced in coreutils-9.8]
+
'numfmt' no longer reads out-of-bounds memory with trailing blanks in input.
[bug introduced with numfmt in coreutils-8.21]
# replacement functions defined in libcoreutils.a.
# Similarly for $(MBRTOWC_LIB).
LDADD = src/libver.a lib/libcoreutils.a $(LIBINTL) $(MBRTOWC_LIB) \
- $(INTL_MACOSX_LIBS) lib/libcoreutils.a
+ lib/libcoreutils.a
# First, list all programs, to make listing per-program libraries easier.
# See [ below.