[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-343-g0bb61c1c4

git at osgeo.org git at osgeo.org
Thu Jan 20 16:08:26 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, out-of-tree-builds has been updated
       via  0bb61c1c4d72eb70c8517e32bf0ba52d6930b586 (commit)
      from  48521b380c5fa44dc2c3292f346a6621317f310f (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 0bb61c1c4d72eb70c8517e32bf0ba52d6930b586
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 21 01:08:11 2022 +0100

    Fix install of spatial_ref_sys.sql

diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index ecc92b7a3..83debcf5d 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -36,7 +36,7 @@ endif
 
 # Files to be copied to the contrib/ directory
 SQL_built=postgis.sql uninstall_postgis.sql postgis_upgrade.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql
-DATA=@top_srcdir@/spatial_ref_sys.sql
+DATA=../spatial_ref_sys.sql
 
 # SQL objects (files requiring pre-processing)
 SQL_OBJS = \
@@ -166,7 +166,8 @@ PGXS := @PGXS@
 NO_TEMP_INSTALL=yes
 include $(PGXS)
 
-VPATH := @srcdir@
+srcdir := @srcdir@
+VPATH := $(srcdir)
 
 # Set PERL _after_ the include of PGXS
 PERL=@PERL@

-----------------------------------------------------------------------

Summary of changes:
 postgis/Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list