aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-05-30 10:10:19 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-05-30 10:10:23 +0000
commitdb8439d4b6f543d986d3fa25c34716aed2e53451 (patch)
tree8887fced35b9d7a7c297f80523d9ba112e1e1adb
parent311c6f8f10ce41a57b41f3d9b2bd3e2f17230f1e (diff)
downloadaports-db8439d4b6f543d986d3fa25c34716aed2e53451.tar.bz2
aports-db8439d4b6f543d986d3fa25c34716aed2e53451.tar.xz
testing/tengine: disable for aarch64
./configure: no supported file AIO was found Currently file AIO is supported on FreeBSD 4.3+ and Linux 2.6.22+ only
-rw-r--r--testing/tengine/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tengine/APKBUILD b/testing/tengine/APKBUILD
index 033791653f..fed5ee7066 100644
--- a/testing/tengine/APKBUILD
+++ b/testing/tengine/APKBUILD
@@ -4,10 +4,10 @@
# Contributor: Dennis Przytarski <dennis@przytarski.com>
pkgname=tengine
pkgver=2.2.2
-pkgrel=0
-pkgdesc="Lightweight HTTP and reverse proxy server. It is based on the Nginx HTTP server and has many advanced features."
+pkgrel=1
+pkgdesc="Lightweight HTTP and reverse proxy server. It is based on the Nginx HTTP server"
url="https://tengine.taobao.org/"
-arch="all"
+arch="all !aarch64"
license="BSD-2-Clause"
pkgusers="tengine"
pkggroups="tengine www-data"