[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-342-g48521b380
git at osgeo.org
git at osgeo.org
Thu Jan 20 15:39:14 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 48521b380c5fa44dc2c3292f346a6621317f310f (commit)
from 90a6f3bfe924e35f246b46ce44ec9ed36b9dfa27 (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 48521b380c5fa44dc2c3292f346a6621317f310f
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jan 21 00:38:52 2022 +0100
Fix raster extension out-of-tree install
diff --git a/extensions/postgis_raster/Makefile.in b/extensions/postgis_raster/Makefile.in
index faf85ac52..1cb2d2ddb 100644
--- a/extensions/postgis_raster/Makefile.in
+++ b/extensions/postgis_raster/Makefile.in
@@ -59,8 +59,6 @@ EXTRA_CLEAN = sql
CURV_big=@POSTGIS_MAJOR_VERSION@@POSTGIS_MINOR_VERSION@
-VPATH = @srcdir@
-
all: sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql
sql:
@@ -131,3 +129,6 @@ PG_CONFIG := @PG_CONFIG@
PGXS := @PGXS@
include $(PGXS)
PERL = @PERL@
+
+VPATH = @srcdir@
+
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_raster/Makefile.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list