[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-312-g3845065b2

git at osgeo.org git at osgeo.org
Thu Jan 20 04:46:36 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  3845065b2dac21866859ca1ae7a66c7fe2c74486 (commit)
      from  f14b79bb42c7f8edf24c4e8c5a84a64e2f11bf08 (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 3845065b2dac21866859ca1ae7a66c7fe2c74486
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 20 13:46:21 2022 +0100

    Fix in-tree build of raster cunit

diff --git a/raster/test/cunit/Makefile.in b/raster/test/cunit/Makefile.in
index 8ab246acd..4e217ffb0 100644
--- a/raster/test/cunit/Makefile.in
+++ b/raster/test/cunit/Makefile.in
@@ -35,6 +35,8 @@ VPATH = $(srcdir)
 
 CC=@CC@
 CFLAGS = \
+	-I$(top_builddir) \
+	-I$(top_builddir)/raster \
 	-I$(builddir) \
 	-I$(builddir)/.. \
 	$(LIBLWGEOM_CFLAGS) \

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

Summary of changes:
 raster/test/cunit/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list