[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-312-g903f936f6

git at osgeo.org git at osgeo.org
Wed Jan 19 14:18:44 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  903f936f69f9996879338ba4ac758ec847169c80 (commit)
      from  eed6de3d6734da9ac35d53e8092241c450212827 (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 903f936f69f9996879338ba4ac758ec847169c80
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jan 19 23:18:33 2022 +0100

    Do liblwgeom.h in build dir

diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in
index 3112ea841..d114e7162 100644
--- a/liblwgeom/Makefile.in
+++ b/liblwgeom/Makefile.in
@@ -236,4 +236,4 @@ lwin_wkt_lex.c: lwin_wkt_lex.l
 	$(LEX) -i lwin_wkt_lex.l
 
 liblwgeom.h: liblwgeom.h.in
-	cd .. && ./config.status
+	cd $(top_builddir) && ./config.status

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

Summary of changes:
 liblwgeom/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list