8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
356 B
Makefile
13 lines
356 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 $(autotools-package))
|