2013-07-09 12:52:08 +00:00
|
|
|
#
|
2016-03-10 19:11:51 +00:00
|
|
|
# Copyright (C) 2006-2016 OpenWrt.org
|
2013-07-09 12:52:08 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=findutils
|
2017-09-28 02:55:46 +00:00
|
|
|
PKG_CPE_ID:=cpe:/a:gnu:findutils
|
2020-04-05 19:48:18 +00:00
|
|
|
PKG_VERSION:=4.7.0
|
2013-07-09 12:52:08 +00:00
|
|
|
|
2020-04-05 19:48:18 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2013-07-09 12:52:08 +00:00
|
|
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
2020-04-05 19:48:18 +00:00
|
|
|
PKG_HASH:=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
|
2013-07-09 12:52:08 +00:00
|
|
|
|
|
|
|
HOST_BUILD_PARALLEL:=1
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2020-04-05 19:48:18 +00:00
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
|
|
--enable-threads=pth \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-nls \
|
|
|
|
--without-selinux
|
|
|
|
|
2013-07-09 12:52:08 +00:00
|
|
|
$(eval $(call HostBuild))
|