[postgis-tickets] r14324 - change debbie to build with system install of sfcgal

Regina Obe lr at pcorp.us
Mon Oct 26 00:39:34 PDT 2015


Author: robe
Date: 2015-10-26 00:39:34 -0700 (Mon, 26 Oct 2015)
New Revision: 14324

Modified:
   trunk/ci/debbie/postgis_regress.sh
Log:
change debbie to build with system install of sfcgal

Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh	2015-10-26 05:29:21 UTC (rev 14323)
+++ trunk/ci/debbie/postgis_regress.sh	2015-10-26 07:39:34 UTC (rev 14324)
@@ -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 --without-interrupt-tests
+    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal --without-interrupt-tests
 make clean
 ## install so we can later test extension upgrade
 make 



More information about the postgis-tickets mailing list