mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
testing/libspatialite: build only on x86 and x86_64
Others archs are limited by geos dependency.
This commit is contained in:
parent
62b25e0cec
commit
f367fd38c3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pkgver=4.3.0a
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities."
|
pkgdesc="SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities."
|
||||||
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
url="https://www.gaia-gis.it/fossil/libspatialite/index"
|
||||||
arch="all"
|
arch="x86 x86_64"
|
||||||
license="MPLv1.1"
|
license="MPLv1.1"
|
||||||
options="!check"
|
options="!check"
|
||||||
makedepends="geos-dev sqlite-dev proj4-dev zlib-dev libxml2-dev"
|
makedepends="geos-dev sqlite-dev proj4-dev zlib-dev libxml2-dev"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue