]> granicus.if.org Git - postgis/commitdiff
Build raster loader with static liblwgeom too
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Tue, 22 Jan 2019 11:50:59 +0000 (11:50 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Tue, 22 Jan 2019 11:50:59 +0000 (11:50 +0000)
References #4260

git-svn-id: http://svn.osgeo.org/postgis/trunk@17209 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/Makefile.in

index e59e73be259f7f72a7fc8c16b933b3ee33b58607..647eb3d6531e8555b16830360a842030109f30f5 100644 (file)
@@ -36,7 +36,7 @@ PGSQL_BINDIR=@PGSQL_BINDIR@
 
 RT_CORE=../rt_core
 
-LIBLWGEOM_LDFLAGS=../../liblwgeom/liblwgeom.la
+LIBLWGEOM_LDFLAGS= -static ../../liblwgeom/liblwgeom.la
 LIBLWGEOM_CFLAGS=-I../../liblwgeom
 LIBGDAL_CFLAGS=@LIBGDAL_CFLAGS@
 LIBGDAL_LDFLAGS=@LIBGDAL_LDFLAGS@