summaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 07:43:43 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 07:43:43 +0000
commit02e7c58e902d20b7353317b8d3ac38c311282c9c (patch)
tree9255bed57486e85d69eed178aeb564861517233f /tools/e2fsprogs
parent0df10274728631c87693bbbd79e854a6e1f34ac5 (diff)
[e2fsprog] fix build breakage introduced by [32142]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32157 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 865ed9fb4..bf5e12ff8 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)