index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 18:27:15 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-30 18:27:15 +0200 |
commit | addce492b724fb29582b4c735f40986f93effed2 (patch) | |
tree | a26e914497a2938722d9eedf9d5bcc28e7cb27dc /community/gdal | |
parent | 1eefd6f4703f4f7d9fe983d3e76bb6728c8e5de4 (diff) |
-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 "$( |