[postgis-tickets] r14325 - specify full path to system sfcgal-config. Evidentally postgis is not smart enough to find it even though its in path
Regina Obe
lr at pcorp.us
Mon Oct 26 00:46:47 PDT 2015
Author: robe
Date: 2015-10-26 00:46:46 -0700 (Mon, 26 Oct 2015)
New Revision: 14325
Modified:
trunk/ci/debbie/postgis_regress.sh
Log:
specify full path to system sfcgal-config. Evidentally postgis is not smart enough to find it even though its in path
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2015-10-26 07:39:34 UTC (rev 14324)
+++ trunk/ci/debbie/postgis_regress.sh 2015-10-26 07:46:46 UTC (rev 14325)
@@ -53,7 +53,7 @@
./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 --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
make clean
## install so we can later test extension upgrade
make
More information about the postgis-tickets
mailing list