[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-566-g4323c22b3

git at osgeo.org git at osgeo.org
Thu Feb 17 23:51:55 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  4323c22b3d24c3ee0daa646767911840a72baece (commit)
      from  510b41799113e55b1eb3633eca31e730ff3b34b6 (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 4323c22b3d24c3ee0daa646767911840a72baece
Author: Tobias Bussmann <t.bussmann at gmx.net>
Date:   Fri Feb 18 02:13:00 2022 +0100

    fix generation of FLATGEOBUF_LDFLAGS
    
    because of WAGYU_LDFLAGS, this only had an impact when building
    --without-protobuf. fixes #5091

diff --git a/configure.ac b/configure.ac
index 35b55eb3a..2603299e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1647,7 +1647,7 @@ AC_CHECK_LIB(c++, main, [HAVE_CPP=yes], [HAVE_CPP=no])
 AC_CHECK_LIB(stdc++, main, [HAVE_STDCPP=yes], [HAVE_STDCPP=no])
 
 if test "x$HAVE_CPP" = "xyes"; then
-	WFLATGEOBUF_LDFLAGS="-lc++"
+	FLATGEOBUF_LDFLAGS="-lc++"
 elif test "x$HAVE_STDCPP" = "xyes"; then
 	FLATGEOBUF_LDFLAGS="-lstdc++"
 else

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list