From 307bf89fa0f36ab2f2235e8fb8b479cdebc80d11 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 29 Feb 2016 17:38:48 +0000 Subject: [PATCH] Try to fix make install issue using --prefix references #2688 git-svn-id: http://svn.osgeo.org/postgis/trunk@14721 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_regress.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index 1798d415b..dd26818e4 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -53,7 +53,9 @@ fi ./configure \ --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \ --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \ - --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal=/usr/bin/sfcgal-config --without-interrupt-tests + --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal=/usr/bin/sfcgal-config \ + --without-interrupt-tests \ + --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} make clean ## install so we can later test extension upgrade make -- 2.40.0