[e2fsprog] fix build breakage introduced by [32142]
[openwrt/svn-archive/archive.git] / tools / e2fsprogs / Makefile
index 0bfcfb4f0f12c5986c00c213b333ef9ce66e4af1..bf5e12ff806ba9b03d6b84bbe19ba304dac30c1b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010 OpenWrt.org
+# Copyright (C) 2010-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.41.13
-PKG_MD5SUM:=7508a192c7a9471e2128424f4eafac1c
+PKG_VERSION:=1.42.3
+PKG_MD5SUM:=73431146f58d40fe1375aba2060f0da8
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -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)