k9s: override linker to fix cross.

This commit is contained in:
Leah Neukirchen 2021-07-04 21:31:27 +02:00
parent 36003a177a
commit 5277a8c0f1

View file

@ -11,3 +11,6 @@ license="Apache-2.0"
homepage="https://k9scli.io/"
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
checksum=160733f7546c3d379625dbffd809d098fabc7785a2a09749abc5daefee3e7e5a
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"