From cf17a2fda4a2c3c1c305c701c01de98182353790 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 10 Jun 2012 07:43:43 +0000 Subject: [PATCH] [e2fsprog] fix build breakage introduced by [32142] SVN-Revision: 32157 --- tools/e2fsprogs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 865ed9fb44..bf5e12ff80 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS += \ --disable-rpath \ --enable-elf-shlibs \ --enable-dynamic-e2fsck \ - --disable-tls + --disable-tls \ + --disable-nls define Host/Install $(Host/Install/Default) -- 2.30.2