mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
17 lines
453 B
Makefile
17 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# findutils
|
|
#
|
|
################################################################################
|
|
|
|
FINDUTILS_VERSION = 4.6.0
|
|
FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils
|
|
FINDUTILS_LICENSE = GPL-3.0+
|
|
FINDUTILS_LICENSE_FILES = COPYING
|
|
FINDUTILS_CONF_ENV = \
|
|
gl_cv_func_stdin=yes \
|
|
ac_cv_func_working_mktime=yes \
|
|
gl_cv_func_wcwidth_works=yes
|
|
|
|
$(eval $(autotools-package))
|