aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKonstantin Kulikov <k.kulikov2@gmail.com>2019-09-04 19:50:50 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-04 14:06:46 -0300
commit195ea0dd6609506ac753a854be6cc28b4b617444 (patch)
tree8baec0e91df0fa1ee378b25a0cc260934be09b2b /testing
parent52e1fbc195b6bc909acca844f21b33cfcbece0a5 (diff)
downloadaports-195ea0dd6609506ac753a854be6cc28b4b617444.tar.bz2
aports-195ea0dd6609506ac753a854be6cc28b4b617444.tar.xz
testing/telegraf: fix arm builds
Previous PR was merged with CI failing before I had a chance to find a fix. https://github.com/alpinelinux/aports/pull/10874
Diffstat (limited to 'testing')
-rw-r--r--testing/telegraf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD
index 7611243595..af6da49e15 100644
--- a/testing/telegraf/APKBUILD
+++ b/testing/telegraf/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part o
url="https://www.influxdata.com/time-series-platform/telegraf/"
arch="x86_64 aarch64 armhf"
license="MIT"
-makedepends="go dep"
+makedepends="go dep binutils-gold"
install="$pkgname.pre-install"
subpackages="$pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/influxdata/$pkgname/archive/$pkgver.tar.gz