X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fpatch%2FMakefile;h=1ea96bf33b584092d93119b4a1f85f6319c05c59;hb=a883639e9221f59c91e7bf3cd56615b79e50518f;hp=def829909575eb1467dbdb5ff5da8a48b03c2aac;hpb=1f77bfff9608f97996bffdb28dabec4e787631f6;p=openwrt%2F.git diff --git a/tools/patch/Makefile b/tools/patch/Makefile index def8299095..1ea96bf33b 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -7,12 +7,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=patch -PKG_VERSION:=2.7.1 +PKG_VERSION:=2.7.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/patch -PKG_MD5SUM:=e9ae5393426d3ad783a300a338c09b72 +PKG_SOURCE_URL:=@GNU/patch +PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a + +HOST_BUILD_PARALLEL := 1 include $(INCLUDE_DIR)/host-build.mk +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + $(eval $(call HostBuild))