[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-332-ge09c09524
git at osgeo.org
git at osgeo.org
Wed Nov 9 07:56:25 PST 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 e09c09524193c8b5fb1e5e00ac73865677adbb7c (commit)
from c2dfe1bb3f2d70b509025d5f0dd4c82a3e9f35fa (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 e09c09524193c8b5fb1e5e00ac73865677adbb7c
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Nov 9 16:55:29 2022 +0100
Honour --prefix for setting bindir in topology/loader
Should fix #5269
diff --git a/topology/Makefile.in b/topology/Makefile.in
index 89dc31e00..3ef764309 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -80,7 +80,9 @@ LIBTOOL := @LIBTOOL@
include $(PGXS)
-# Set bindir _after_ the include of PGXS
+# Set prefix variables _after_ the include of PGXS
+prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
# Set PERL _after_ the include of PGXS
-----------------------------------------------------------------------
Summary of changes:
topology/Makefile.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list