X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0fb45b44d1a4a05c73dc9b10650e514f92e26731..e784d6c10286af42fd4a7c8e383fdc2c6c86e3f9:/tools/e2fsprogs/Makefile diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 330e10475..0bfcfb4f0 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.41.14 -PKG_MD5SUM:=05f70470aea2ef7efbb0845b2b116720 +PKG_VERSION:=1.41.13 +PKG_MD5SUM:=7508a192c7a9471e2128424f4eafac1c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -30,6 +30,9 @@ CONFIGURE_ARGS += \ define Host/Install $(Host/Install/Default) $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install + mkdir -p $(STAGING_DIR_HOST)/include/e2fsprogs + $(CP) $(STAGING_DIR_HOST)/include/uuid $(STAGING_DIR_HOST)/include/e2fsprogs/ + rm -rf $(STAGING_DIR_HOST)/include/uuid $(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/ endef