[SCM] PostGIS branch master updated. 3.4.0rc1-841-gd59e89e20
git at osgeo.org
git at osgeo.org
Tue Dec 12 08:59:29 PST 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, master has been updated
via d59e89e20d13a0045ddd37a4775de79f6cb9c423 (commit)
from 907a7bb4b4d711286cf441a7995cad69487e5270 (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 d59e89e20d13a0045ddd37a4775de79f6cb9c423
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Dec 12 17:59:06 2023 +0100
Fix out-of-tree build broken by commit 907a7bb4b
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 11b749d67..47afd9a4c 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -45,13 +45,13 @@ all: $(SCRIPTS_built)
DROP_FILES = \
$(top_srcdir)/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in \
$(top_srcdir)/raster/rt_pg/rtpostgis_drop.sql.in \
- $(top_srcdir)/raster/rt_pg/rtpostgis_upgrade.sql \
$(top_srcdir)/topology/topology_after_upgrade.sql.in \
$(top_srcdir)/topology/topology_before_upgrade.sql.in \
$(top_builddir)/postgis/uninstall_postgis.sql \
$(top_builddir)/postgis/uninstall_legacy.sql \
$(top_builddir)/postgis/postgis_upgrade.sql \
$(top_builddir)/sfcgal/uninstall_sfcgal.sql \
+ $(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql \
$(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql \
$(top_builddir)/topology/uninstall_topology.sql
-----------------------------------------------------------------------
Summary of changes:
utils/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list