[postgis-tickets] r17763 - Just note needed libraries, don't be clever
Paul Ramsey
pramsey at cleverelephant.ca
Thu Aug 22 10:32:24 PDT 2019
Author: pramsey
Date: 2019-08-22 10:32:24 -0700 (Thu, 22 Aug 2019)
New Revision: 17763
Modified:
trunk/topology/Makefile.in
Log:
Just note needed libraries, don't be clever
Modified: trunk/topology/Makefile.in
===================================================================
--- trunk/topology/Makefile.in 2019-08-22 17:23:29 UTC (rev 17762)
+++ trunk/topology/Makefile.in 2019-08-22 17:32:24 UTC (rev 17763)
@@ -79,7 +79,7 @@
# see http://trac.osgeo.org/postgis/ticket/1158#comment:57
SHLIB_LINK := $(SHLIB_LINK_F) $(SHLIB_LINK)
-$(OBJS): $(SHLIB_LINK_F)
+$(OBJS): ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a
../libpgcommon/libpgcommon.a:
make -C ../libpgcommon
More information about the postgis-tickets
mailing list