specify full path to system sfcgal-config. Evidentally postgis is not smart enough to find it even though its in path

git-svn-id: http://svn.osgeo.org/postgis/trunk@14325 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2015-10-26 07:46:46 +00:00
parent e4a9f23dca
commit 3cf95c6872

View file

@ -53,7 +53,7 @@ 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 --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