]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix link failure on macOS
authorPádraig Brady <P@draigBrady.com>
Thu, 18 Sep 2025 14:34:23 +0000 (15:34 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 18 Sep 2025 16:13:02 +0000 (17:13 +0100)
commitc2e1816a53345ff9d5b89fc1fa566e87d0ee1b7e
tree97883e391840400662c1df9a2220b11a6fa1900c
parentdc30eab3146163be18b70d8d5fed63706b6a4110
build: fix link failure on macOS

* src/local.mk: Explicitly depend on @INTL_MACOS_LIBS@
which may be not implicitly referenced (in LIBINTL) without gettext.
This is a new transitive dependency through localename-unsafe.
We add this globally to ease future maintenance as currently
6 commands require the localename-unsafe dependency:
date, du through show-date() (fprintftime), and
ls, pr, stat, uptime through strftime().
src/local.mk