[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-105-g3af1395

git at osgeo.org git at osgeo.org
Wed Oct 28 15:18:38 PDT 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, master has been updated
       via  3af1395de1890910fb98e6c59c49c210a806da8a (commit)
      from  df6924e7ff4f470351934b81e66f3c81dd6be6ad (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 3af1395de1890910fb98e6c59c49c210a806da8a
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Oct 28 23:17:11 2020 +0100

    Fix sfcgal sql scripts dependency on postgis_revision.h

diff --git a/sfcgal/Makefile.in b/sfcgal/Makefile.in
index 68849fc..1aecd2b 100644
--- a/sfcgal/Makefile.in
+++ b/sfcgal/Makefile.in
@@ -87,6 +87,10 @@ PGXS := @PGXS@
 #
 $(OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postgis_config.h ../postgis_revision.h
 
+# SQL objects are also dependent on postgis_config.h for PostgreSQL
+# version
+$(SQL_OBJS): ../postgis_config.h ../postgis_revision.h
+
 # Note: we specify liblwgeom.a directly in SHLIB_LINK rather than using
 # -L... -l options to prevent issues with some platforms trying to link
 # to an existing liblwgeom.so in the PostgreSQL $libdir supplied by an

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

Summary of changes:
 sfcgal/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list