From 173bfa8e7fd6161f3c3cc72b7f16e50efd8f9c2d Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 16 Feb 2020 20:21:21 +0200 Subject: [PATCH] mariadb: cancel update due to "illegal instruction" error on ARM Help is wanted in order to fix the issue and finally update the MariaDB ! --- packages/mariadb/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/mariadb/build.sh b/packages/mariadb/build.sh index e91a4dda3..07f07bdcb 100644 --- a/packages/mariadb/build.sh +++ b/packages/mariadb/build.sh @@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://mariadb.org TERMUX_PKG_DESCRIPTION="A drop-in replacement for mysql server" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" + +## Newer versions fail with "Illegal instruction" error on ARM. _VERSION=10.4.6 -TERMUX_PKG_VERSION=1:${_VERSION} -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=2:${_VERSION} TERMUX_PKG_SRCURL=http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-${_VERSION}/source/mariadb-${_VERSION}.tar.gz TERMUX_PKG_SHA256=a270fe6169a1aaf6f2cbbc945de2c954d818c48e1a0fc02fbed92ecb94678e70 TERMUX_PKG_DEPENDS="libc++, libiconv, liblzma, ncurses, libedit, openssl, pcre, libcrypt, libandroid-support, libandroid-glob, zlib"