From: Bborie Park Date: Wed, 14 Dec 2011 02:31:13 +0000 (+0000) Subject: As per discussion in postgis-devel regarding Ubuntu 11.10, tweaked the order in which... X-Git-Tag: 2.0.0alpha1~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3013693cc7f05e2096d9b5045900efde71cfac1d;p=postgis As per discussion in postgis-devel regarding Ubuntu 11.10, tweaked the order in which -lm is passed to LDFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@8399 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/loader/Makefile.in b/raster/loader/Makefile.in index 4e819839c..ae7bb5303 100644 --- a/raster/loader/Makefile.in +++ b/raster/loader/Makefile.in @@ -47,11 +47,12 @@ CFLAGS = \ $(GEOS_CFLAGS) LDFLAGS = \ - -lm \ + @LDFLAGS@ \ $(RTCORE_LDFLAGS) \ $(LIBLWGEOM_LDFLAGS) \ $(LIBGDAL_LDFLAGS) \ - $(GEOS_LDFLAGS) + $(GEOS_LDFLAGS) \ + -lm all: $(RASTER2PGSQL)