go: work around xbps#258
This commit is contained in:
parent
49af20662c
commit
6fcd61b65a
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
nopie=yes
|
||||
|
||||
# https://github.com/voidlinux/xbps/issues/258
|
||||
hostmakedepends+=" wget"
|
||||
XBPS_FETCH_CMD=wget
|
||||
|
||||
_go_targetarch() {
|
||||
local hostarch targetarch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue