]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - coreutils/coreutils.nm
coreutils: Update to 8.29
[ipfire-3.x.git] / coreutils / coreutils.nm
index af1dae7f920e7c952903ef15d620e95a88f12338..9e3db3f30b2c66aa5eca29a34cf1d572f96437e7 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = coreutils
-version    = 8.23
+version    = 8.29
 release    = 1
 
 groups     = System/Base
@@ -17,7 +17,7 @@ description
        the old GNU fileutils, sh-utils, and textutils packages.
 end
 
-source_dl  = http://ftp.gnu.org/gnu/coreutils/
+source_dl  = https://ftp.gnu.org/gnu/coreutils/
 sources    = %{thisapp}.tar.xz
 
 build
@@ -30,36 +30,23 @@ build
                libacl-devel
                libattr-devel
                libcap-devel
-               libselinux-devel
                ncurses-devel
                texinfo
        end
 
-       CFLAGS += \
-               -D_GNU_SOURCE=1 \
-               -fno-strict-aliasing \
-               -fpic
-
        configure_options += \
                FORCE_UNSAFE_CONFIGURE=1 \
                --enable-dependency-tracking \
                --libexecdir=%{libdir} \
                --enable-largefile \
-               --disable-rpath \
                --enable-install-program=arch \
                --enable-no-install-program=hostname,kill,uptime \
-               --with-tty-group \
-
-       prepare_cmds
-               autoreconf -vfi
-       end
+               --with-tty-group
 
        test
-               make check
+               make check RUN_VERY_EXPENSIVE_TESTS=yes || true
        end
 
-       make_install_targets += install-man
-
        install_cmds
                mkdir -pv %{BUILDROOT}%{sbindir}
                mv -v %{BUILDROOT}/usr/bin/chroot %{BUILDROOT}%{sbindir}