X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fe2fsprogs%2FMakefile;h=e1027599257a3765cbd43800060c2508e50194e0;hb=b0eb35fb730db1595e1697b7b90fa973170eb49a;hp=dc4dc70aee9b4c978687d6c990141be0abbb655e;hpb=a2d6ebfdfee14165a2b5aca0a4a2a16c507dc63f;p=openwrt.git diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index dc4dc70aee..e102759925 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2012 OpenWrt.org +# Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,26 +8,29 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.42.4 -PKG_MD5SUM:=b6e296f210d642361b7394437ff0f318 +PKG_VERSION:=1.42.13 +PKG_MD5SUM:=bc759fc62666786f5436e2075beb3265 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/e2fsprogs +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk HOST_CFLAGS += $(FPIC) -HOST_LDFLAGS += -static HOST_CONFIGURE_ARGS += \ - --disable-shared \ --disable-elf-shlibs \ - --enable-static \ - --enable-dynamic-e2fsck \ --disable-tls \ --disable-nls +define Host/Prepare + $(call Host/Prepare/Default) + rm -rf $(HOST_BUILD_DIR)/doc +endef + define Host/Install $(Host/Install/Default) $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install