[postgis-tickets] r14284 - trunk/raster/rt_pg

postgis-tickets at lists.osgeo.org postgis-tickets at lists.osgeo.org
Fri Oct 16 22:47:52 PDT 2015


Author: strk
Date: 2015-10-16 22:47:52 -0700 (Fri, 16 Oct 2015)
New Revision: 14284

Modified:
   trunk/raster/rt_pg/Makefile.in
Log:
Properly encode raster/rt_pg dependencies

Fixes #3335 for me (in 2.3.0dev)

Modified: trunk/raster/rt_pg/Makefile.in
===================================================================
--- trunk/raster/rt_pg/Makefile.in	2015-10-16 13:49:15 UTC (rev 14283)
+++ trunk/raster/rt_pg/Makefile.in	2015-10-17 05:47:52 UTC (rev 14284)
@@ -103,6 +103,15 @@
 	$(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/rtpostgis- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@'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



More information about the postgis-tickets mailing list