From: Paul Ramsey Date: Thu, 22 Aug 2019 17:23:29 +0000 (+0000) Subject: Be explicit about how to build liblwgeom and libpgcommon libs X-Git-Tag: 3.0.0beta1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d283f9de630fe18f703230ae7f4d44ce51c36aa1;p=postgis Be explicit about how to build liblwgeom and libpgcommon libs git-svn-id: http://svn.osgeo.org/postgis/trunk@17762 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/Makefile.in b/topology/Makefile.in index 358a4432d..f8803d753 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -41,6 +41,7 @@ SQL_OBJS = \ topology_drop_after.sql # Objects to build using PGXS + OBJS = postgis_topology.o # Libraries to link into the module (proj, geos) @@ -78,7 +79,13 @@ PERL=@PERL@ # see http://trac.osgeo.org/postgis/ticket/1158#comment:57 SHLIB_LINK := $(SHLIB_LINK_F) $(SHLIB_LINK) -$(OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postgis_config.h +$(OBJS): $(SHLIB_LINK_F) + +../libpgcommon/libpgcommon.a: + make -C ../libpgcommon + +../liblwgeom/.libs/liblwgeom.a: + make -C ../liblwgeom # If REGRESS=1 passed as a parameter, change the default install paths # so that no prefix is included. This allows us to relocate to a temporary