diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-05-30 10:10:19 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-05-30 10:10:23 +0000 |
commit | db8439d4b6f543d986d3fa25c34716aed2e53451 (patch) | |
tree | 8887fced35b9d7a7c297f80523d9ba112e1e1adb /testing/tengine | |
parent | 311c6f8f10ce41a57b41f3d9b2bd3e2f17230f1e (diff) | |
download | aports-db8439d4b6f543d986d3fa25c34716aed2e53451.zip |
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
Diffstat (limited to 'testing/tengine')
-rw-r--r-- | testing/tengine/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tengine/APKBUILD b/testing/tengine/APKBUILD index 033791653f6..fed5ee7066e 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" |