commit: 07189551e481a7186fe4174a0656aeb9fd38024b
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 20:29:39 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 20:30:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07189551
sys-cluster/kubeadm: use the version of go on the host
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
sys-cluster/kubeadm/kubeadm-1.28.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/kubeadm/kubeadm-1.28.0.ebuild
b/sys-cluster/kubeadm/kubeadm-1.28.0.ebuild
index 6a547029ab05..a7a02677a302 100644
--- a/sys-cluster/kubeadm/kubeadm-1.28.0.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.28.0.ebuild
@@ -21,7 +21,7 @@ RESTRICT+=" test"
S="${WORKDIR}/kubernetes-${PV}"
src_compile() {
- CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+ CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" FORCE_HOST_GO=yes \
emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
}