1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/libspatialite: build only on x86 and x86_64

Others archs are limited by geos dependency.
This commit is contained in:
Roberto Oliveira 2017-09-20 22:20:55 +00:00
parent 62b25e0cec
commit f367fd38c3

View file

@ -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"