diff options
author | John Crispin <john@openwrt.org> | 2012-02-14 19:07:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-02-14 19:07:07 +0000 |
commit | 58b26b60d338e757f3dd88742a3166a80404d8f0 (patch) | |
tree | 0d905ec4b03cd296078386793cfcf058c170736b /package/e2fsprogs/Makefile | |
parent | 7416a5f0aa7bd9a239baf7ded112d2339884aa8a (diff) | |
download | upstream-58b26b60d338e757f3dd88742a3166a80404d8f0.tar.gz upstream-58b26b60d338e757f3dd88742a3166a80404d8f0.tar.bz2 upstream-58b26b60d338e757f3dd88742a3166a80404d8f0.zip |
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>
SVN-Revision: 30535
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r-- | package/e2fsprogs/Makefile | 16 |
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) |