diff options
-rw-r--r-- | testing/wrk/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/wrk/APKBUILD b/testing/wrk/APKBUILD index 685cc95bcf..49776b7d0b 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" |