mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
Both glibc and musl provides dgettext(). Hence it is not necessary to use libintl.so provided by gettext. This partially reverts590e226437, fully reverts commite6e65dc261andbd19ffd9cb. Then, introduce minimal libintl.h for musl build, to avoid using libintl.h by gettext, which is typically installed on musl-based build systems.