X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/12a79375002ad6ce40b4c568bb39e6dd8854ba8b..a736924ce9c8da6b5297ab700e036802a21bb4ab:/tools/e2fsprogs/Makefile diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 893fcf421..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.12 -PKG_MD5SUM:=1b24a21fc0c2381ef420961cbfec733f +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