]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - coreutils/coreutils.nm
slang: Fix build by removing a file with rpath
[people/stevee/ipfire-3.x.git] / coreutils / coreutils.nm
index 6eff8968f3259751517548677686abc8aee38def..3a102aca588e34cf48dc24ef4747050d331b0807 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = coreutils
-version    = 8.19
+version    = 8.25
 release    = 1
 
 groups     = System/Base
@@ -25,6 +25,7 @@ build
                autoconf
                automake
                e2fsprogs-devel
+               gettext-devel
                gmp-devel
                libacl-devel
                libattr-devel
@@ -36,24 +37,26 @@ build
 
        CFLAGS += \
                -D_GNU_SOURCE=1 \
-               -fno-strict-aliasing
+               -fno-strict-aliasing \
+               -fpic
 
        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
-               aclocal -I m4
-               autoconf --force
+               autoreconf -vfi
        end
 
+       make_build_targets += \
+               V=1
+
        test
                make check
        end