[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-139-gef88e74

git at osgeo.org git at osgeo.org
Wed Nov 4 03:53:36 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  ef88e7443188275f14727a33997f43ab118c6bdf (commit)
      from  82ab399eb572d23c204c44b0e44fdc1593234b08 (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 ef88e7443188275f14727a33997f43ab118c6bdf
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Nov 4 12:50:45 2020 +0100

    Revert "Avoid encoding dependencies from subdirs"
    
    This reverts commit 9732cf8398a56db784889bc0f91597e6f7a8e5a9.

diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index 34bfa59..59eb918 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -193,6 +193,12 @@ $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postg
 ../postgis_revision.h:
 	$(MAKE) -C .. postgis_revision.h
 
+../liblwgeom/.libs/liblwgeom.a:
+	$(MAKE) -C ../liblwgeom liblwgeom.la
+
+../libpgcommon/libpgcommon.a:
+	$(MAKE) -C ../libpgcommon libpgcommon.a
+
 $(WAGYU_LIBPATH):
 	$(MAKE) -C ../deps/wagyu all
 
diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in
index 120ec29..96a5a37 100644
--- a/raster/rt_pg/Makefile.in
+++ b/raster/rt_pg/Makefile.in
@@ -116,6 +116,15 @@ endif
 	$(SQLPP) -I../../postgis/ -I../../ $< | grep -v '^#' | \
 	$(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@
 
+../../liblwgeom/.libs/liblwgeom.a:
+	$(MAKE) -C ../../liblwgeom
+
+../rt_core/librtcore.a:
+	$(MAKE) -C ../rt_core
+
+../../libpgcommon/libpgcommon.a:
+	$(MAKE) -C ../../libpgcommon
+
 # Objects dependencies
 # NOTE: the .a deps are really only link-time dependencies, but at this
 #       time I dunno how to wncode those

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

Summary of changes:
 postgis/Makefile.in      | 6 ++++++
 raster/rt_pg/Makefile.in | 9 +++++++++
 2 files changed, 15 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list