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
This commit is contained in:
Leonardo Arena 2018-05-30 10:10:19 +00:00
parent 311c6f8f10
commit db8439d4b6

View File

@ -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"