postgis: disable parallel build
The i686 build worked here but fails on the builder. Let's try if it's a parallel build issue. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
bd3f9f1140
commit
4f863ad771
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ homepage="https://postgis.net/"
|
|||
distfiles="https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"
|
||||
checksum=0663efb589210d5048d95c817e5cf29552ec8180e16d4c6ef56c94255faca8c2
|
||||
nocross="FIXME: Cannot run test program to determine PROJ version"
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue