[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-313-g62c7dc15a

git at osgeo.org git at osgeo.org
Wed Jan 19 14:42:25 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
  discards  4bc6d225adc29807918e6afca99510f7ba66b7c6 (commit)
       via  62c7dc15a8226dfdb0abdb978d8790443abd88cf (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (4bc6d225adc29807918e6afca99510f7ba66b7c6)
            \
             N -- N -- N (62c7dc15a8226dfdb0abdb978d8790443abd88cf)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 62c7dc15a8226dfdb0abdb978d8790443abd88cf
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jan 19 23:28:10 2022 +0100

    Fix raster loader build

diff --git a/raster/loader/Makefile.in b/raster/loader/Makefile.in
index 55d1dd187..a07562188 100644
--- a/raster/loader/Makefile.in
+++ b/raster/loader/Makefile.in
@@ -38,7 +38,7 @@ RASTER2PGSQL=raster2pgsql at EXESUFFIX@
 PGSQL_BINDIR=@PGSQL_BINDIR@
 
 LIBLWGEOM_LDFLAGS = -static $(top_builddir)/liblwgeom/liblwgeom.la
-LIBLWGEOM_CFLAGS = -I$(top_buidldir)/liblwgeom
+LIBLWGEOM_CFLAGS = -I$(top_builddir)/liblwgeom
 LIBGDAL_CFLAGS=@LIBGDAL_CFLAGS@
 LIBGDAL_LDFLAGS=@LIBGDAL_LDFLAGS@
 LIBGDAL_DEPLIBS_LDFLAGS=@LIBGDAL_DEPLIBS_LDFLAGS@
@@ -57,8 +57,6 @@ GETTEXT_LDFLAGS = @GETTEXT_LDFLAGS@ @LIBINTL@
 ICONV_LDFLAGS=@ICONV_LDFLAGS@
 ICONV_CFLAGS=@ICONV_CFLAGS@
 
-CPPFLAGS = -I$(builddir)
-
 CFLAGS = \
 	@CFLAGS@ @PICFLAGS@ \
 	$(RTCORE_CFLAGS) \

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list