[postgis-tickets] r14721 - Try to fix make install issue using --prefix
Regina Obe
lr at pcorp.us
Mon Feb 29 09:38:48 PST 2016
Author: robe
Date: 2016-02-29 09:38:48 -0800 (Mon, 29 Feb 2016)
New Revision: 14721
Modified:
trunk/ci/debbie/postgis_regress.sh
Log:
Try to fix make install issue using --prefix
references #2688
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2016-02-29 13:14:29 UTC (rev 14720)
+++ trunk/ci/debbie/postgis_regress.sh 2016-02-29 17:38:48 UTC (rev 14721)
@@ -53,7 +53,9 @@
./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
More information about the postgis-tickets
mailing list