diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:11:00 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:11:44 +0100 |
commit | 94a4d3e051326ab33baaac4c90dd3c547298fe33 (patch) | |
tree | 3495c19609509b160205c8c754787ec0bc6ea61d /testing/postgis | |
parent | 641eb198864ea5db8078608c1af2f25102121d9e (diff) | |
download | aports-94a4d3e051326ab33baaac4c90dd3c547298fe33.tar.bz2 aports-94a4d3e051326ab33baaac4c90dd3c547298fe33.tar.xz |
testing/postgis: disable on armhf and aarch64 due to geos dependency
Diffstat (limited to 'testing/postgis')
-rw-r--r-- | testing/postgis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD index a7d2ba4e4a..ec3cafb8e9 100644 --- a/testing/postgis/APKBUILD +++ b/testing/postgis/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.1 pkgrel=1 pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database." url="http://postgis.net" -arch="all" +arch="all !armhf !aarch64" # limited by geos license="GPL-2.0-or-later" depends="postgresql perl" makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev |