[postgis-tickets] [SCM] PostGIS branch master updated. 3a1e232811879b9ded3bca257f56fc12ad04f856

git at osgeo.org git at osgeo.org
Fri Jan 31 06:46:25 PST 2020


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  3a1e232811879b9ded3bca257f56fc12ad04f856 (commit)
       via  4a3a6ff8151378ec9e3fd41b11fb0ca7258c8749 (commit)
      from  220be347eeb5dea6a4a46f871e87779249353038 (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 3a1e232811879b9ded3bca257f56fc12ad04f856
Author: Raúl Marín <git at rmr.ninja>
Date:   Fri Jan 31 15:33:09 2020 +0100

    test/cunit/: Include liblwgeom first
    
    References #4626

diff --git a/raster/test/cunit/Makefile.in b/raster/test/cunit/Makefile.in
index 98724ce..30b184d 100644
--- a/raster/test/cunit/Makefile.in
+++ b/raster/test/cunit/Makefile.in
@@ -30,12 +30,12 @@ RTCORE_LDFLAGS=$(RT_CORE)/librtcore.a
 
 CC=@CC@
 CFLAGS = \
-	@WARNFLAGS@ @CFLAGS@ \
-	$(RTCORE_CFLAGS) \
 	$(LIBLWGEOM_CFLAGS) \
+	$(RTCORE_CFLAGS) \
 	$(PROJ_CFLAGS) \
 	$(LIBGDAL_CFLAGS) \
-	$(GEOS_CFLAGS)
+	$(GEOS_CFLAGS) \
+	@WARNFLAGS@ @CFLAGS@ \
 
 LDFLAGS = \
 	$(RTCORE_LDFLAGS) \

commit 4a3a6ff8151378ec9e3fd41b11fb0ca7258c8749
Author: Raúl Marín <git at rmr.ninja>
Date:   Fri Jan 31 15:15:15 2020 +0100

    loader/cunit/: Fix binary clean up

diff --git a/loader/cunit/Makefile.in b/loader/cunit/Makefile.in
index 9e50020..1fcf884 100644
--- a/loader/cunit/Makefile.in
+++ b/loader/cunit/Makefile.in
@@ -93,7 +93,7 @@ $(OBJS): %.o: %.c
 # Clean target
 clean:
 	rm -f $(OBJS)
-	rm -f cu_tester.exe
+	rm -f cu_tester
 
 distclean: clean
 	rm -f Makefile

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

Summary of changes:
 loader/cunit/Makefile.in      | 2 +-
 raster/test/cunit/Makefile.in | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list