X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fmtd-utils%2FMakefile;h=4d5117b9b799c9203ff173cf6e11265014808c70;hb=c11f5237308ce9900c3db5b2286826079ff94e8e;hp=49f1ad021f639bc1423c864a3e3fca32c3f8e094;hpb=3c67143588f55c2f4bfe4b11be00113218d48cc6;p=oweals%2Fopenwrt.git diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index 49f1ad021f..4d5117b9b7 100644 --- a/tools/mtd-utils/Makefile +++ b/tools/mtd-utils/Makefile @@ -7,20 +7,21 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtd -PKG_VERSION:=20101002 +PKG_VERSION:=20101124 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=b8bbd73bb5bd0b1f5f2c6a3441486d69a45cc79c +PKG_SOURCE_VERSION:=c1a7889da754dfac2f130772daef783980c65d5d PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_MD5SUM:=475a6bd4b26bdde63f759f9e1f7bc461 +PKG_MD5SUM:=78e5e74957f458bd808a6d4af0a38071 PKG_CAT:=zcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk +HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs CFLAGS := $(HOST_CFLAGS) -I$(HOST_BUILD_DIR)/include -L$(HOST_BUILD_DIR) -L$(STAGING_DIR_HOST)/lib -DNO_NATIVE_SUPPORT ifneq ($(HOST_OS),Linux) CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -include getline.h -include endian.h -I$(CURDIR)/include -include fls.h