mirror of
				https://github.com/openwrt/openwrt.git
				synced 2025-10-30 07:49:23 +08:00 
			
		
		
		
	 e95f22da36
			
		
	
	e95f22da36
	
	
	
		
			
			Update fortify-headers to 0.9 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
		
			
				
	
	
		
			29 lines
		
	
	
		
			640 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			640 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Copyright (C) 2015 OpenWrt.org
 | |
| #
 | |
| # This is free software, licensed under the GNU General Public License v2.
 | |
| # See /LICENSE for more information.
 | |
| #
 | |
| include $(TOPDIR)/rules.mk
 | |
| include $(INCLUDE_DIR)/target.mk
 | |
| 
 | |
| PKG_NAME:=fortify-headers
 | |
| PKG_VERSION:=0.9
 | |
| PKG_RELEASE=1
 | |
| 
 | |
| PKG_SOURCE_URL:=http://dl.2f30.org/releases
 | |
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 | |
| PKG_HASH:=cf75f1c27a95da8ebf124293e8dc534ff6a4625d703ff169998292e1a53aa1fc
 | |
| 
 | |
| include $(INCLUDE_DIR)/toolchain-build.mk
 | |
| 
 | |
| define Host/Compile
 | |
| 	true
 | |
| endef
 | |
| 
 | |
| define Host/Install
 | |
| 	$(MAKE) -C $(HOST_BUILD_DIR) PREFIX="" DESTDIR="$(TOOLCHAIN_DIR)" install
 | |
| endef
 | |
| 
 | |
| $(eval $(call HostBuild))
 |