[SCM] PostGIS branch master updated. 3.5.0alpha2-59-g5aba84713
git at osgeo.org
git at osgeo.org
Fri Sep 13 13:48:00 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 5aba84713102a23d8755d1df3f56c277e1dff6b1 (commit)
from ddfb090b9cd3c5d6a0b358a8b7a9a84310b27038 (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 5aba84713102a23d8755d1df3f56c277e1dff6b1
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Sep 13 22:44:34 2024 +0200
Make sure raster is built after libpgcommon
References #5099
diff --git a/GNUmakefile.in b/GNUmakefile.in
index cd8db87a5..43158525d 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -4,10 +4,11 @@
#
#-----------------------------------------------------
-SUBDIRS = liblwgeom @RASTER@ loader
+SUBDIRS = liblwgeom
ifeq (@SUPPORT_POSTGRESQL@,yes)
SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ utils doc @EXTENSIONS@
endif
+SUBDIRS += @RASTER@ loader
HAVE_SFCGAL=@HAVE_SFCGAL@
CAN_BUILD_COMMENTS=@CAN_BUILD_COMMENTS@
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list