kumquat-buildroot/package/findutils/findutils.mk
Fabrice Fontaine f5f0f40f07 findutils: fix build with glibc 2.28
Add two upstream patches to fix build with glibc 2.28, see:
https://savannah.gnu.org/bugs/?54591

Fixes:
 - http://autobuild.buildroot.org/results/0d25efeb09a6afc386eadf1a81d3a4a34eb9a989

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-10-15 07:17:22 +02:00

19 lines
533 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
# 0001-mountlist-include-sysmacros-h-for-glibc.patch
FINDUTILS_AUTORECONF = YES
$(eval $(autotools-package))