From addce492b724fb29582b4c735f40986f93effed2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 30 May 2021 18:27:15 +0200 Subject: community/gdal: readded mariadb on i486 --- community/gdal/PKGBUILD | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index b3517138..8a896f4e 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -16,17 +16,6 @@ if [ "${CARCH}" = "pentium4" ]; then )" fi -# no mariadb yet on i486 -if [ "${CARCH}" = "i486" ]; then - depends=(${depends[@]//mariadb-libs/}) - eval "$( - declare -f build | \ - sed ' - s/--with-mysql/--without-mysql/ - ' - )" -fi - # i486 has a stack smash when building the Python bindings (see FS32#188) if [ "${CARCH}" = "i486" ]; then eval "$( -- cgit v1.2.3-54-g00ecf