aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-11-15 18:56:00 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-11-15 19:14:35 +0100
commit3547a0eee6abc5cd3434168f9e6c7adda8669370 (patch)
tree0f55344c15d7597975097fcb819e9de2b0e887e2 /gkbuilds
parentdefaults/modules_load: Add support for i8042 & AT keyboards (diff)
downloadgenkernel-3547a0eee6abc5cd3434168f9e6c7adda8669370.tar.gz
genkernel-3547a0eee6abc5cd3434168f9e6c7adda8669370.tar.bz2
genkernel-3547a0eee6abc5cd3434168f9e6c7adda8669370.zip
gkbuilds/coreutils: Fix cross-compile
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gkbuilds')
-rw-r--r--gkbuilds/coreutils.gkbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gkbuilds/coreutils.gkbuild b/gkbuilds/coreutils.gkbuild
index f320d639..6ad51f99 100644
--- a/gkbuilds/coreutils.gkbuild
+++ b/gkbuilds/coreutils.gkbuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
src_prepare() {
@@ -29,7 +29,7 @@ src_configure() {
# no selinux
export ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no
- if tc-is-cross-compiler
+ if isTrue "$(tc-is-cross-compiler)"
then
export fu_cv_sys_stat_statfs2_bsize=yes #311569
export gl_cv_func_realpath_works=yes #416629