2 # Copyright (C) 2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
10 PKG_CPE_ID
:=cpe
:/a
:gnu
:tar
13 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
14 PKG_SOURCE_URL
:=@GNU
/tar
15 PKG_HASH
:=14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e
17 HOST_BUILD_PARALLEL
:=1
19 include $(INCLUDE_DIR
)/host-build.mk
21 HOSTCC
:= $(HOSTCC_NOCACHE
)
22 HOSTCXX
:= $(HOSTCXX_NOCACHE
)
24 HOST_CONFIGURE_ARGS
+= \
25 --without-posix-acls \
32 -$(call Host
/Compile
/Default
,uninstall)
35 $(eval
$(call HostBuild
))