[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.7-14-gcf39d4745
git at osgeo.org
git at osgeo.org
Sat Oct 29 18:26:30 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, stable-3.0 has been updated
via cf39d4745754995212bb0df1cd4d50ea5bf870c5 (commit)
from 1010c7ae0dc19eb52adc936b685dfb2e61fb6153 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf39d4745754995212bb0df1cd4d50ea5bf870c5
Author: Regina Obe <lr at pcorp.us>
Date: Sat Oct 29 21:26:22 2022 -0400
Take out geos config to see if fixes issue with finding geos
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index f1a1871d0..e5bea2d12 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -21,7 +21,7 @@ export PGDATA=$PGPATH/data_${PGPORT}
export PGHOST=localhost
sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-library-minor-version
#make clean
make
export err_status=0
-----------------------------------------------------------------------
Summary of changes:
ci/berrie64/postgis_regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list