From 6fcd61b65a59441b0e6ee88821572641f443ef4e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 26 Oct 2017 17:07:50 +0000 Subject: [PATCH] go: work around xbps#258 --- srcpkgs/go/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/go/template b/srcpkgs/go/template index 4f047111351..0b3ec942ae0 100644 --- a/srcpkgs/go/template +++ b/srcpkgs/go/template @@ -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