Makefile 514 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2013 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. PKG_NAME:=patch
  9. PKG_VERSION:=2.7.5
  10. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
  11. PKG_SOURCE_URL:=@GNU/patch
  12. PKG_HASH:=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299
  13. HOST_BUILD_PARALLEL := 1
  14. include $(INCLUDE_DIR)/host-build.mk
  15. HOSTCC := $(HOSTCC_NOCACHE)
  16. HOSTCXX := $(HOSTCXX_NOCACHE)
  17. $(eval $(call HostBuild))