From db8439d4b6f543d986d3fa25c34716aed2e53451 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 30 May 2018 10:10:19 +0000 Subject: 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 --- testing/tengine/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') 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 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" -- cgit v1.2.3