-a2de56a7c68e192d3e8a3a4a8bc0d826 coreutils-8.26-Fix-cross.patch
-d5aa2072f662d4118b9f4c63b94601a6 coreutils-8.26.tar.xz
+960cfe75a42c9907c71439f8eb436303 coreutils-8.29.tar.xz
e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch
# Depends on: libgmp acl libcap
name=coreutils
-version=8.26
+version=8.29
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \
- $name-uname.patch $name-$version-Fix-cross.patch)
+ $name-uname.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-uname.patch
- patch -p1 -i $SRC/$name-$version-Fix-cross.patch
cat > config.cache <<EOF
ac_cv_search_clock_gettime=no
export FORCE_UNSAFE_CONFIGURE=1
- # fix to avoid build manpages
- sed "s|UBDIRS = po . gnulib-tests|UBDIRS = . gnulib-tests|g" -i Makefile.am
- sed 's|include $(top_srcdir)/man/local.mk||g' -i Makefile.am
-
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \