From c29b606041ccf4ff4fe0dffcca0f199f78db89a2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 May 2021 10:50:27 +0200 Subject: community/gdal: no mariadb on i486 --- community/gdal/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'community/gdal') diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index e69de29b..6aa81b69 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -0,0 +1,10 @@ +# no mariadb yet on i486 +if [ "${CARCH}" = "i486" ]; then + depends=(${depends[@]//mariadb-libs/}) + eval "$( + declare -f build | \ + sed ' + s/--with-mysql/--without-mysql/ + ' + )" +fi -- cgit v1.2.3-54-g00ecf