coreutils: fix incorrect configure cache override in cross builds.
This commit is contained in:
parent
88d6f0a9f5
commit
cd82866a9e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'coreutils'
|
# Template file for 'coreutils'
|
||||||
pkgname=coreutils
|
pkgname=coreutils
|
||||||
version=8.23
|
version=8.23
|
||||||
revision=3
|
revision=4
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="gmp-devel acl-devel libcap-devel"
|
makedepends="gmp-devel acl-devel libcap-devel"
|
||||||
replaces="chroot-coreutils>=0"
|
replaces="chroot-coreutils>=0"
|
||||||
|
@ -18,7 +18,7 @@ fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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_mkstemp=yes
|
||||||
gl_cv_func_working_acl_get_file=yes "
|
gl_cv_func_working_acl_get_file=yes "
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue