[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-331-gc2dfe1bb3
git at osgeo.org
git at osgeo.org
Wed Nov 9 04:39:46 PST 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, master has been updated
via c2dfe1bb3f2d70b509025d5f0dd4c82a3e9f35fa (commit)
from b4e198bf3c6e3fb6a462930ba477c4e30d96e22f (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 c2dfe1bb3f2d70b509025d5f0dd4c82a3e9f35fa
Author: Regina Obe <lr at pcorp.us>
Date: Wed Nov 9 07:39:41 2022 -0500
Fix berries install prefixes
diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 91923bb81..68a618b2f 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -17,7 +17,7 @@ sh autogen.sh
./configure --with-pgconfig=${PGPATH}/bin/pg_config \
--with-geosconfig=${GEOS_PATH}/bin/geos-config \
--without-protobuf --with-library-minor-version \
- --enable-lto --prefix=${PGPATH}/bin
+ --enable-lto --prefix=${PGPATH}
#make clean
make
export err_status=0
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index 2ce9acbc6..5eb3952a9 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -16,7 +16,7 @@ echo $PATH
cd ${WORKSPACE}/PostGIS_Worker_Run/label/${label}/$BRANCH
sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version --enable-lto --prefix=${PGPATH}/bin
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version --enable-lto --prefix=${PGPATH}
#make clean
make
export err_status=0
-----------------------------------------------------------------------
Summary of changes:
ci/berrie/postgis_regress.sh | 2 +-
ci/berrie64/postgis_regress.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list