kubefwd: fix linking on cross
This commit is contained in:
parent
732a49e707
commit
454c51cafd
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ homepage="https://github.com/txn2/kubefwd"
|
|||
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
|
||||
checksum=ce7ed2d054a594c9471b1ef777d024186ac427f7d0db8422fda96ede26238f9e
|
||||
|
||||
# fix: collect2: fatal error: cannot find 'ld'
|
||||
export LDFLAGS="-fuse-ld=bfd"
|
||||
|
||||
post_install() {
|
||||
vlicense NOTICE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue