summaryrefslogtreecommitdiff
path: root/community/gdal/PKGBUILD
blob: 6aa81b6960ccad9de83889bd28c55db257d9c04a (plain)
1
2
3
4
5
6
7
8
9
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