aboutsummaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-02-14 19:07:07 +0000
committerJohn Crispin <blogic@openwrt.org>2012-02-14 19:07:07 +0000
commit4b60b105ee2bd472188724482ce6b46a49751cc4 (patch)
tree9556d5184bab4b3ebec605c3c98a195b66e6a4de /package/e2fsprogs/Makefile
parentb7e4ba527f7d1f37445007502585cdf06f148bb4 (diff)
downloadmaster-187ad058-4b60b105ee2bd472188724482ce6b46a49751cc4.tar.gz
master-187ad058-4b60b105ee2bd472188724482ce6b46a49751cc4.tar.bz2
master-187ad058-4b60b105ee2bd472188724482ce6b46a49751cc4.zip
[OpenWrt-Devel] update e2fsprogs
Update e2fsprogs to the last upstream version 1.42. blkid works fine without 100_add_missing_libpthread_for_blkid.patch. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r--package/e2fsprogs/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index aac0c5e5be..9e0e9d9c9a 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
# Copyright 2010 Vertical Communications
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.41.12
-PKG_MD5SUM:=1b24a21fc0c2381ef420961cbfec733f
-PKG_RELEASE:=2
+PKG_VERSION:=1.42
+PKG_MD5SUM:=a3c4ffd7352310ab5e9412965d575610
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
@@ -123,12 +123,10 @@ endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
- --enable-shared \
- --enable-static \
- --disable-rpath \
--enable-elf-shlibs \
- --enable-dynamic-e2fsck \
- --disable-tls
+ --disable-tls \
+ --disable-nls \
+ --disable-rpath
define Build/Prepare
$(call Build/Prepare/Default)