blob: b0a2ea8c5f8979a50bcc466792a0e3e1f3d48ade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
################################################################################
#
# 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
# 0001-mountlist-include-sysmacros-h-for-glibc.patch
FINDUTILS_AUTORECONF = YES
$(eval $(autotools-package))
|