2013-03-08 01:32:29 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=patch
|
2018-02-12 15:40:59 +08:00
|
|
|
PKG_VERSION:=2.7.6
|
2018-10-14 17:34:32 +08:00
|
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:patch
|
2013-03-08 01:32:29 +08:00
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2015-03-15 13:07:10 +08:00
|
|
|
PKG_SOURCE_URL:=@GNU/patch
|
2018-02-12 15:40:59 +08:00
|
|
|
PKG_HASH:=ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd
|
2013-03-08 01:32:29 +08:00
|
|
|
|
2015-09-27 05:10:37 +08:00
|
|
|
HOST_BUILD_PARALLEL := 1
|
|
|
|
|
2013-03-08 01:32:29 +08:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2015-07-20 18:50:46 +08:00
|
|
|
HOSTCC := $(HOSTCC_NOCACHE)
|
|
|
|
HOSTCXX := $(HOSTCXX_NOCACHE)
|
|
|
|
|
2013-03-08 01:32:29 +08:00
|
|
|
$(eval $(call HostBuild))
|