a619e846ce212ae5f8e831179a5526baee5f7ced
[openwrt/staging/mkresin.git] / tools / tar / Makefile
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
9 PKG_NAME:=tar
10 PKG_VERSION:=1.29
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
13 PKG_SOURCE_URL:=@GNU/tar
14 PKG_MD5SUM:=236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2
15
16 HOST_BUILD_PARALLEL := 1
17
18 include $(INCLUDE_DIR)/host-build.mk
19
20 HOSTCC := $(HOSTCC_NOCACHE)
21 HOSTCXX := $(HOSTCXX_NOCACHE)
22
23 HOST_CONFIGURE_ARGS += \
24 --without-posix-acls \
25 --without-selinux \
26 --without-xattrs \
27 --disable-acl \
28 --disable-nls
29
30 $(eval $(call HostBuild))