coreutils: fix incorrect configure cache override in cross builds.
This commit is contained in:
parent
88d6f0a9f5
commit
cd82866a9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue