dos2unix: Deactivate NLS support
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Dec 2022 14:06:12 +0000 (15:06 +0100)
committerTianling Shen <cnsztl@gmail.com>
Sun, 18 Dec 2022 21:14:11 +0000 (05:14 +0800)
commit06229e0fe6b15867a672656cc3a01a0a72b19dd9
tree4ba6d7f2debe09bbe900ca0262888c1f56ed9de5
parentb1bb8db946cf1813ee3033d6eed75a5d03d44b85
dos2unix: Deactivate NLS support

By default the dos2unix build uses the msgfmt application which is
provided by the host tool gettext in OpenWrt. Instead of adding the
dependency to gettext deactivate NLS support.

This fixes the following build error:
-------------------------------------------
msgfmt -c po/da.po -o po/da.mo
make[4]: msgfmt: No such file or directory
make[4]: *** [Makefile:472: po/da.mo] Error 127

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
utils/dos2unix/Makefile