kubefwd: fix linking on cross

This commit is contained in:
Andrew J. Hesford 2022-04-25 23:12:48 -04:00
parent 732a49e707
commit 454c51cafd

View file

@ -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
}