index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/gdal/PKGBUILD | 11 |
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 "$( |