]> granicus.if.org Git - postgis/commitdiff
As per discussion in postgis-devel regarding Ubuntu 11.10, tweaked the order in which...
authorBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 02:31:13 +0000 (02:31 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 02:31:13 +0000 (02:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8399 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/Makefile.in

index 4e819839cb8fdf50b46977b0b0946b5941012200..ae7bb5303e17afa65e4047e569f2a20652c150e0 100644 (file)
@@ -47,11 +47,12 @@ CFLAGS = \
        $(GEOS_CFLAGS)
 
 LDFLAGS = \
-       -lm \
+       @LDFLAGS@ \
        $(RTCORE_LDFLAGS) \
        $(LIBLWGEOM_LDFLAGS) \
        $(LIBGDAL_LDFLAGS) \
-       $(GEOS_LDFLAGS)
+       $(GEOS_LDFLAGS) \
+       -lm
 
 all: $(RASTER2PGSQL)