summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-util-linux-ng.in1
-rw-r--r--rules/host-util-linux-ng.make1
2 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-util-linux-ng.in b/rules/host-util-linux-ng.in
index bc0c1a8f6..51b24329a 100644
--- a/rules/host-util-linux-ng.in
+++ b/rules/host-util-linux-ng.in
@@ -2,7 +2,6 @@
config HOST_UTIL_LINUX_NG
tristate
- select HOST_GETTEXT
default ALLYES
help
Useful hosttools and libs for linux ng utils.
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
index d569f2ba5..e88c5898d 100644
--- a/rules/host-util-linux-ng.make
+++ b/rules/host-util-linux-ng.make
@@ -36,6 +36,7 @@ $(STATEDIR)/host-util-linux-ng.get: $(STATEDIR)/util-linux-ng.get
HOST_UTIL_LINUX_NG_AUTOCONF := \
$(HOST_AUTOCONF) \
+ --disable-nls \
--disable-use-tty-group \
--disable-makeinstall-chown \
--disable-fallocate \