[SCM] PostGIS branch master updated. 3.5.0beta1-3-g4b786d999
git at osgeo.org
git at osgeo.org
Wed Sep 18 07:36:25 PDT 2024
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 4b786d9992479041f4bc0cf559cc10e3feca4e2c (commit)
from 685ab2cbf92737442659d570009951fe054ee140 (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 4b786d9992479041f4bc0cf559cc10e3feca4e2c
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Sep 18 12:55:58 2024 +0200
Build utils after raster
Temptative fix for #5779
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 43158525d..6aaf7d1d7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -5,10 +5,16 @@
#-----------------------------------------------------
SUBDIRS = liblwgeom
+
ifeq (@SUPPORT_POSTGRESQL@,yes)
-SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ utils doc @EXTENSIONS@
+SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ doc @EXTENSIONS@
endif
SUBDIRS += @RASTER@ loader
+ifeq (@SUPPORT_POSTGRESQL@,yes)
+# NOTE: utils need be built after raster
+# See https://trac.osgeo.org/postgis/ticket/5779
+SUBDIRS += utils
+endif
HAVE_SFCGAL=@HAVE_SFCGAL@
CAN_BUILD_COMMENTS=@CAN_BUILD_COMMENTS@
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list