commit:     3547a0eee6abc5cd3434168f9e6c7adda8669370
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 17:56:00 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 18:14:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3547a0ee

gkbuilds/coreutils: Fix cross-compile

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gkbuilds/coreutils.gkbuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gkbuilds/coreutils.gkbuild b/gkbuilds/coreutils.gkbuild
index f320d63..6ad51f9 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

Reply via email to