diff --git a/main/ell/APKBUILD b/main/ell/APKBUILD index fc213d7949526ec4d6fafe1dba1843ff6e2563be..823cf57773baafc014662a221900ac4cae5cf1b3 100644 --- a/main/ell/APKBUILD +++ b/main/ell/APKBUILD @@ -13,6 +13,10 @@ subpackages="$pkgname-dev" source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz " +case "$CARCH" in +aarch64|arm*) options="!check" ;; +esac + build() { ./configure \ --build=$CBUILD \