diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/e2fsprogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |