aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-03-25 17:44:17 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-03-25 17:59:49 +0100
commit3f7bb183c97af245b6af9d227003659602b49cca (patch)
treead188207dd74f713f1e09d140f6bed1c6593d0c8 /community/go
parent9130ec9f2a50285c35b4cd060788d797cc38b497 (diff)
downloadaports-3f7bb183c97af245b6af9d227003659602b49cca.tar.bz2
aports-3f7bb183c97af245b6af9d227003659602b49cca.tar.xz
community/go: add binutils-go to checkdepends
Some tests call gcc with -fuse-ld=gold these tests fail when binutils-gold isn't installed.
Diffstat (limited to 'community/go')
-rw-r--r--community/go/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index 75d5b667ee..d0a87d30e4 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -10,6 +10,7 @@ license="BSD"
depends="binutils gcc"
depends_dev=""
makedepends="bash"
+checkdepends="binutils-gold"
install=""
subpackages="$pkgname-doc"
source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz