[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds created. 3.2.0-340-g4960b425e
git at osgeo.org
git at osgeo.org
Thu Jan 20 14:56:09 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 created
at 4960b425eae20647227a460f8c188f42bfcd2d04 (commit)
- Log -----------------------------------------------------------------
commit 4960b425eae20647227a460f8c188f42bfcd2d04
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jan 20 23:54:46 2022 +0100
Fix install of postgis.control with out-of-tree builds
diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in
index 62fb52410..31330d8de 100644
--- a/extensions/postgis/Makefile.in
+++ b/extensions/postgis/Makefile.in
@@ -67,8 +67,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/$(EXTENSION)--ANY--$(EXTVERSION).sql
$(EXTENSION).control: $(EXTENSION).control.in Makefile
@@ -150,3 +148,5 @@ PG_CONFIG := @PG_CONFIG@
PGXS := @PGXS@
include $(PGXS)
PERL = @PERL@
+
+VPATH = @srcdir@
-----------------------------------------------------------------------
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list