mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
k9s: override linker to fix cross.
This commit is contained in:
parent
36003a177a
commit
5277a8c0f1
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@ license="Apache-2.0"
|
||||||
homepage="https://k9scli.io/"
|
homepage="https://k9scli.io/"
|
||||||
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
||||||
checksum=160733f7546c3d379625dbffd809d098fabc7785a2a09749abc5daefee3e7e5a
|
checksum=160733f7546c3d379625dbffd809d098fabc7785a2a09749abc5daefee3e7e5a
|
||||||
|
|
||||||
|
# fix: collect2: fatal error: cannot find 'ld'
|
||||||
|
export LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue