[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-315-gecc2bdd8b
git at osgeo.org
git at osgeo.org
Thu Nov 3 12:16:18 PDT 2022
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 ecc2bdd8b6b25cbdb12ac4e3b0e0ca0602dd81ee (commit)
from ef4e85d475a4fd790ce0ecfbc5d6e70bbde6012b (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 ecc2bdd8b6b25cbdb12ac4e3b0e0ca0602dd81ee
Author: Louis Descoteaux <ld at celertech.ca>
Date: Thu Nov 3 08:46:57 2022 -0700
Fix topology install on Alpine
Move include $(PGXS) and use := for LIBTOOL
References #5264 in master branch
diff --git a/topology/Makefile.in b/topology/Makefile.in
index cc1558b71..89309fc22 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -71,12 +71,14 @@ PGXS := @PGXS@
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
# http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
NO_TEMP_INSTALL=yes
-include $(PGXS)
+
top_builddir = @top_builddir@
VPATH := @srcdir@
INSTALL = @INSTALL@
-LIBTOOL = @LIBTOOL@
+LIBTOOL := @LIBTOOL@
+
+include $(PGXS)
# Set PERL _after_ the include of PGXS
PERL=@PERL@
-----------------------------------------------------------------------
Summary of changes:
topology/Makefile.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list