summaryrefslogtreecommitdiff
path: root/community/gdal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdal/PKGBUILD')
-rw-r--r--community/gdal/PKGBUILD11
1 files changed, 0 insertions, 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 "$(