diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 22:20:55 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 22:20:59 +0000 |
commit | f367fd38c3d1e08429c3b2090ea5c7c1a0dcbd7c (patch) | |
tree | 72fe670b5373353ca10226e8b48b4f5e0281bec5 /testing/libspatialite | |
parent | 62b25e0cecda65bb4354494fe0de1e620da9b86c (diff) | |
download | aports-f367fd38c3d1e08429c3b2090ea5c7c1a0dcbd7c.tar.bz2 aports-f367fd38c3d1e08429c3b2090ea5c7c1a0dcbd7c.tar.xz |
testing/libspatialite: build only on x86 and x86_64
Others archs are limited by geos dependency.
Diffstat (limited to 'testing/libspatialite')
-rw-r--r-- | testing/libspatialite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libspatialite/APKBUILD b/testing/libspatialite/APKBUILD index 680ff3c5ab..514fcbcc26 100644 --- a/testing/libspatialite/APKBUILD +++ b/testing/libspatialite/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.3.0a pkgrel=0 pkgdesc="SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities." url="https://www.gaia-gis.it/fossil/libspatialite/index" -arch="all" +arch="x86 x86_64" license="MPLv1.1" options="!check" makedepends="geos-dev sqlite-dev proj4-dev zlib-dev libxml2-dev" |