]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - coreutils/coreutils.nm
liboping: Fix build with GCC 9
[ipfire-3.x.git] / coreutils / coreutils.nm
index f377aae606c333ca6dbf47bc6db6b68037ccf32f..a85b6a8724dbadf9c5d5765981d1b196e4dd9b1c 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = coreutils
-version    = 8.21
+version    = 8.30
 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
-
        configure_options += \
+               FORCE_UNSAFE_CONFIGURE=1 \
+               --enable-dependency-tracking \
                --libexecdir=%{libdir} \
-               --enable-selinux \
                --enable-largefile \
-               --disable-rpath \
                --enable-install-program=arch \
                --enable-no-install-program=hostname,kill,uptime \
-               --with-tty-group \
-               \
-               gl_cv_func_mknod_works=yes
-
-       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}