From e7776a06bb4e5ead19535f2db99797a46166be3c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 24 Sep 2019 18:48:42 +0300 Subject: [PATCH] Revert "mariadb: blacklist i686 builds" This reverts commit bcfa3eb1b9f06716b0f68afb168d06262a748d23. --- packages/mariadb/build.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/mariadb/build.sh b/packages/mariadb/build.sh index 9efa3e27c..661e666a8 100644 --- a/packages/mariadb/build.sh +++ b/packages/mariadb/build.sh @@ -9,16 +9,6 @@ TERMUX_PKG_DEPENDS="libc++, libiconv, liblzma, ncurses, libedit, openssl, pcre, TERMUX_PKG_BREAKS="mariadb-dev" TERMUX_PKG_REPLACES="mariadb-dev" -# Fails on i686 with: -# -#/home/builder/.termux-build/mariadb/src/include/my_pthread.h:822:10: error: use of undeclared identifier 'my_atomic_add32' -# (void) my_atomic_add32_explicit(value, 1, MY_MEMORY_ORDER_RELAXED); -# ^ -#/home/builder/.termux-build/mariadb/src/include/my_atomic.h:153:43: note: expanded from macro 'my_atomic_add32_explicit' -#define my_atomic_add32_explicit(P, A, O) my_atomic_add32((P), (A)) -# -TERMUX_PKG_BLACKLISTED_ARCHES="i686" - TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -DBISON_EXECUTABLE=$(which bison) -DGETCONF=$(which getconf)