List of changes:
http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00016.html
http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00001.html

Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 rules/coreutils.make | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/rules/coreutils.make b/rules/coreutils.make
index a49f118a8..32601ad67 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
 #
 # Paths and names
 #
-COREUTILS_VERSION      := 8.27
-COREUTILS_MD5          := 502795792c212932365e077946d353ae
+COREUTILS_VERSION      := 8.29
+COREUTILS_MD5          := 960cfe75a42c9907c71439f8eb436303
 COREUTILS              := coreutils-$(COREUTILS_VERSION)
 COREUTILS_SUFFIX       := tar.xz
 COREUTILS_URL          := $(call ptx/mirror, GNU, 
coreutils/$(COREUTILS).$(COREUTILS_SUFFIX))
@@ -169,10 +169,14 @@ COREUTILS_CONF_OPT        := \
        --disable-libsmack \
        --disable-xattr \
        --disable-libcap \
+       --disable-gcc-warnings \
+       --disable-single-binary \
+       --disable-single-binary-exceptions \
        --enable-no-install-program=$(subst $(space),$(comma),$(strip 
$(COREUTILS_INST-))) \
        --disable-nls \
        --without-openssl \
        --$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \
+       --with-tty-group=tty \
        --without-gmp
 
 COREUTILS_MAKE_OPT     := \
-- 
2.15.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to