From cd82866a9e949743e025bd7aa37585d50027bff1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Dec 2014 09:59:37 +0100 Subject: [PATCH] coreutils: fix incorrect configure cache override in cross builds. --- srcpkgs/coreutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/coreutils/template b/srcpkgs/coreutils/template index f9d36e5fb7f..a07a1ca4f11 100644 --- a/srcpkgs/coreutils/template +++ b/srcpkgs/coreutils/template @@ -1,7 +1,7 @@ # Template file for 'coreutils' pkgname=coreutils version=8.23 -revision=3 +revision=4 bootstrap=yes makedepends="gmp-devel acl-devel libcap-devel" replaces="chroot-coreutils>=0" @@ -18,7 +18,7 @@ fi do_configure() { if [ "$CROSS_BUILD" ]; then - configure_args+=" fu_cv_sys_stat_statfs2_bsize=yes + configure_args+=" fu_cv_sys_stat_statfs2_bsize=no gl_cv_func_working_mkstemp=yes gl_cv_func_working_acl_get_file=yes " fi