From: David Zwarg Date: Mon, 6 Feb 2012 17:26:17 +0000 (+0000) Subject: Reordered linking order for core regression tests. Follow up to http://postgis.refrac... X-Git-Tag: 2.0.0alpha4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b723f7cac92fdab4cde3c30b957b8b59b6128fc0;p=postgis Reordered linking order for core regression tests. Follow up to http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html and r8399 git-svn-id: http://svn.osgeo.org/postgis/trunk@9040 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/core/Makefile.in b/raster/test/core/Makefile.in index 6e0177b14..fb0cf7cf7 100644 --- a/raster/test/core/Makefile.in +++ b/raster/test/core/Makefile.in @@ -30,11 +30,11 @@ CFLAGS = \ $(GEOS_CFLAGS) LDFLAGS = \ - -lm \ $(RTCORE_LDFLAGS) \ $(LIBLWGEOM_LDFLAGS) \ - $(LIBGDAL_LDFLAGS) \ - $(GEOS_LDFLAGS) + $(LIBGDAL_LDFLAGS) \ + $(GEOS_LDFLAGS) \ + -lm \ TESTS = testapi testwkb