aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorossdev <ossdev@puresoftware.com>2019-06-25 18:25:20 +0530
committerLeo <thinkabit.ukim@gmail.com>2019-06-25 11:17:56 -0300
commit39eca91131884febb78cb95e758ac7d3a053c1e7 (patch)
tree5bbe43be2a4ad171efdf397ca6aa7ba829c75c6d
parentf76dbb9a3e2d83ae41b63de7bad7f7ed49d05921 (diff)
downloadaports-39eca91131884febb78cb95e758ac7d3a053c1e7.tar.bz2
aports-39eca91131884febb78cb95e758ac7d3a053c1e7.tar.xz
community/wrk: Enable aarch64 Support Architecture specific support is provided for aarch64
Signed-off-by: ossdev <ossdev@puresoftware.com>
-rw-r--r--community/wrk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD
index 457f7db589..23fe25734a 100644
--- a/community/wrk/APKBUILD
+++ b/community/wrk/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="wrk is a modern HTTP benchmarking tool"
url="https://github.com/wg/wrk"
# requires -march=i586 to build on x86
-arch="x86_64"
+arch="x86_64 aarch64"
license="Apache-2.0"
depends=""
depends_dev=""