OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #
2 # Copyright (C) 2015 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 include $(INCLUDE_DIR)/target.mk
9  
10 PKG_NAME:=fortify-headers
3 office 11 PKG_VERSION:=0.9
1 office 12 PKG_RELEASE=1
13  
14 PKG_SOURCE_URL:=http://dl.2f30.org/releases
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
3 office 16 PKG_HASH:=cf75f1c27a95da8ebf124293e8dc534ff6a4625d703ff169998292e1a53aa1fc
1 office 17  
18 include $(INCLUDE_DIR)/toolchain-build.mk
19  
20 define Host/Compile
21 true
22 endef
23  
24 define Host/Install
25 $(MAKE) -C $(HOST_BUILD_DIR) PREFIX="" DESTDIR="$(TOOLCHAIN_DIR)" install
26 endef
27  
28 $(eval $(call HostBuild))