mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
335 B
Makefile
13 lines
335 B
Makefile
#############################################################
|
|
#
|
|
# findutils
|
|
#
|
|
#############################################################
|
|
|
|
FINDUTILS_VERSION = 4.4.2
|
|
FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils
|
|
FINDUTILS_CONF_ENV = gl_cv_func_stdin=yes \
|
|
gl_cv_func_wcwidth_works=yes
|
|
|
|
$(eval $(call AUTOTARGETS,package,findutils))
|