[SCM] PostGIS branch stable-3.3 updated. 3.3.4-31-g3da889ad6

git at osgeo.org git at osgeo.org
Tue Oct 31 08:27:02 PDT 2023


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.3 has been updated
       via  3da889ad692cdc4128745d0db7854b1f8ee15476 (commit)
      from  ade5cf8100b0a21b64290f7b3b6a081542015249 (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 3da889ad692cdc4128745d0db7854b1f8ee15476
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Oct 31 16:22:26 2023 +0100

    Always generate sfcgal/Makefile
    
    Should fix build without sfcgal
    See https://gitlab.com/postgis/postgis/-/jobs/5427465603#L4645

diff --git a/configure.ac b/configure.ac
index d919bc72e..d7e821667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -808,7 +808,7 @@ if test "x$with_sfcgal" != "xno"; then
       SFCGAL="sfcgal"
 			HAVE_SFCGAL="yes"
       AC_DEFINE([HAVE_SFCGAL], [1], [Define to 1 if sfcgal is being built])
-	    SFCGAL_MAKEFILE_LIST="sfcgal/Makefile sfcgal/regress/Makefile sfcgal/regress/tests.mk extensions/postgis_sfcgal/Makefile"
+	    SFCGAL_MAKEFILE_LIST="sfcgal/regress/Makefile sfcgal/regress/tests.mk extensions/postgis_sfcgal/Makefile"
 		fi
 		if test ! "$POSTGIS_SFCGAL_VERSION" -ge 10301; then
 			AC_MSG_ERROR([PostGIS requires SFCGAL >= 1.3.1 (found $SFCGAL_VERSION)])
@@ -1748,6 +1748,7 @@ AC_CONFIG_FILES([GNUmakefile
    libpgcommon/cunit/Makefile
    postgis/Makefile
    postgis/sqldefines.h
+   sfcgal/Makefile
    $SFCGAL_MAKEFILE_LIST
    loader/Makefile
    loader/cunit/Makefile

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list