diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-11 23:13:54 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-11 23:13:54 +0000 |
commit | 51771d65ca85865b55c3b4a63cdcfe7ca4983b0e (patch) | |
tree | c7d18d9907c953aab6c3e690d987fbc9b03f1450 /testing/postgis | |
parent | baf226d659c86d0f48033208a97465bf28b478e0 (diff) | |
download | aports-51771d65ca85865b55c3b4a63cdcfe7ca4983b0e.tar.bz2 aports-51771d65ca85865b55c3b4a63cdcfe7ca4983b0e.tar.xz |
testing/postgis: fails on x86* builders
configure: error: could not find GDAL
build fine locally
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 2461824f36..e4c66faef1 100644 --- a/testing/postgis/APKBUILD +++ b/testing/postgis/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database." url="https://postgis.net/" # geos test fails on other archs -arch="x86 x86_64" +# arch="x86 x86_64" fails on x86* license="GPL-2.0-or-later" depends="postgresql perl" makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev |