[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-362-g53e6e0c

git at osgeo.org git at osgeo.org
Sun Jul 25 12:16:02 PDT 2021


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, main has been updated
       via  53e6e0c2a94163d185b5b8b558d7780e0f74e710 (commit)
      from  7b5c250db94759568ccc9a578c8eebb05208d2c0 (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 53e6e0c2a94163d185b5b8b558d7780e0f74e710
Author: Sandro Santilli <strk at kbt.io>
Date:   Sun Jul 25 21:15:39 2021 +0200

    Do not let PROTOBUF flags mask other flags

diff --git a/configure.ac b/configure.ac
index 26d6590..95f92d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1029,11 +1029,11 @@ if test "$CHECK_PROTOBUF" != "no"; then
 		],[])
 
 	if test -n "$PROTOBUF_CPPFLAGS"; then
-		CPPFLAGS="$PROTOBUF_CPPFLAGS"
+		CPPFLAGS="$CPPFLAGS $PROTOBUF_CPPFLAGS"
 	fi
 
 	if test -n "$PROTOBUF_LDFLAGS"; then
-		LDFLAGS="$PROTOBUF_LDFLAGS"
+		LDFLAGS="$LDFLAGS $PROTOBUF_LDFLAGS"
 	fi
 
 	dnl confirm that discovered/configured include path works

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

Summary of changes:
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list