summaryrefslogtreecommitdiffstats
path: root/package/coreutils/coreutils.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-12-09 10:43:09 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-12-09 17:56:52 +0100
commitccbc1e10223a640d222a9a567023967af1efdf56 (patch)
tree9770ad1487f99ea55a667adabf7eb3ba55b75d07 /package/coreutils/coreutils.mk
parent0a2ef1086f0a54de708087526286a43455577542 (diff)
downloadbuildroot-ccbc1e10223a640d222a9a567023967af1efdf56.tar.gz
buildroot-ccbc1e10223a640d222a9a567023967af1efdf56.zip
coreutils: bump to version 8.26
Pass on INSTALL_PROGRAM to configure since starting with version 8.26 when building natively it tries to use the self-built install to install, and when cross-compiling it expects INSTALL_PROGRAM to point to a real install, or otherwise fails when recursively trying to expand it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/coreutils/coreutils.mk')
-rw-r--r--package/coreutils/coreutils.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 0d7b7821a2..409089c332 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-COREUTILS_VERSION = 8.25
+COREUTILS_VERSION = 8.26
COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
COREUTILS_LICENSE = GPLv3+
@@ -52,7 +52,8 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
gl_cv_have_proc_uptime=yes \
utils_cv_localtime_cache=no \
PERL=missing \
- MAKEINFO=true
+ MAKEINFO=true \
+ INSTALL_PROGRAM=$(INSTALL)
COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
OpenPOWER on IntegriCloud