summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-06-10 07:43:43 +0000
committerJohn Crispin <john@openwrt.org>2012-06-10 07:43:43 +0000
commit16a4d29ae0eccc21e4eac58e5f498c1ea38a11af (patch)
tree39ae83a312f78f49b3cfccb4b1c70aed4f1140a4 /tools/e2fsprogs
parentcb9db16e2fc67e8a4cb3368100cd8edea53ef0ea (diff)
downloadmtk-20170518-16a4d29ae0eccc21e4eac58e5f498c1ea38a11af.zip
mtk-20170518-16a4d29ae0eccc21e4eac58e5f498c1ea38a11af.tar.gz
mtk-20170518-16a4d29ae0eccc21e4eac58e5f498c1ea38a11af.tar.bz2
fix build breakage introduced by [32142]
SVN-Revision: 32157
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 865ed9f..bf5e12f 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)