summaryrefslogtreecommitdiffstats
path: root/testing/wrk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wrk/APKBUILD')
-rw-r--r--testing/wrk/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/wrk/APKBUILD b/testing/wrk/APKBUILD
index 685cc95bc..49776b7d0 100644
--- a/testing/wrk/APKBUILD
+++ b/testing/wrk/APKBUILD
@@ -5,7 +5,8 @@ pkgver=4.0.0
pkgrel=0
pkgdesc="wrk is a modern HTTP benchmarking tool"
url="https://github.com/wg/wrk"
-arch="all"
+# requires -march=i586 to build on x86
+arch="x86_64"
license="Apache v2"
makedepends="$depends_dev openssl-dev"
subpackages="$pkgname-doc"