[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.0rc1-5-g6532970
git at osgeo.org
git at osgeo.org
Tue Dec 15 11:36:48 PST 2020
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.1 has been updated
via 653297080075267e5022c895c8732046b9ec4c86 (commit)
from dfccb263087d69029b7cbf940c78141db502e970 (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 653297080075267e5022c895c8732046b9ec4c86
Author: Regina Obe <lr at pcorp.us>
Date: Tue Dec 15 14:36:44 2020 -0500
Missed spot in removing --with-library-minor-version
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index ab29b16..720f0c1 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -153,7 +153,7 @@ LDFLAGS="-Wl,--enable-auto-import -L${PGPATH}/lib -L${PROJECTS}/rel-libiconv-${I
--with-gui --with-gettext=no \
--with-sfcgal=${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/sfcgal-config \
--without-interrupt-tests \
- --prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE} --with-library-minor-version
+ --prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE}
#exit
else
CPPFLAGS="-I${PGPATH}/include -I${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/include" \
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list