[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-549-g782888d95

git at osgeo.org git at osgeo.org
Thu Feb 17 08:19:28 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  782888d95055a78de09be745438156f62caa4914 (commit)
      from  875fb5bd1c4f2a972583578a7267e1f78c63e144 (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 782888d95055a78de09be745438156f62caa4914
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 17 17:19:16 2022 +0100

    Further cleanup protobuf related build scripts

diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index cb8644539..21565d2fa 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -215,16 +215,19 @@ $(WAGYU_LIBPATH):
 $(FLATGEOBUF_LIBPATH):
 	$(MAKE) -C ../deps/flatgeobuf all
 
+ifeq (@HAVE_PROTOBUF@,yes)
+
 # Get protobuf-c compiler command
 PROTOCC=@PROTOCC@
+lwgeom_out_mvt.o mvt.o: vector_tile.pb-c.h
+lwgeom_out_geobuf.o geobuf.o: geobuf.pb-c.h
+vector_tile.pb-c.h: vector_tile.pb-c.c
+geobuf.pb-c.h: geobuf.pb-c.c
 
 # Generate Mapbox Vector Tile and Geobuf encoder/decoders using protobuf-c compiler
 %.pb-c.c: %.proto
 	$(PROTOCC) -I at srcdir@ --c_out=. $<
 
-ifeq (@HAVE_PROTOBUF@,yes)
-lwgeom_out_mvt.o mvt.o: vector_tile.pb-c.c
-lwgeom_out_geobuf.o geobuf.o: geobuf.pb-c.c
 endif
 
 # Borrow the $libdir substitution from PGXS but customise by running the preprocessor

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

Summary of changes:
 postgis/Makefile.in | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list