[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-583-ga75fff271
git at osgeo.org
git at osgeo.org
Mon Sep 18 14:50:54 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, master has been updated
via a75fff271c09292bd6fbbef882a1fdc24163af1b (commit)
from 898ff011fd30598f283847c6695ab8f1273d465b (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 a75fff271c09292bd6fbbef882a1fdc24163af1b
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Sep 18 23:50:06 2023 +0200
Don't try to install comments if build is configured without pg
This is because comments install relies on PGXS which is found via
pg_config ...
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 3760801b6..8337299d1 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -54,10 +54,12 @@ endif
all: postgis_revision.h
+ifeq (@LIBLWGEOM_ONLY@,no)
ifeq ($(CAN_BUILD_COMMENTS),yes)
install: comments-install
uninstall: comments-uninstall
endif
+endif
clean: docs-clean clean-local
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list