From: Raúl Marín Rodríguez Date: Tue, 22 Jan 2019 11:50:59 +0000 (+0000) Subject: Build raster loader with static liblwgeom too X-Git-Tag: 3.0.0alpha1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d49749d52801cdb2337065e01025b3a79a82bf37;p=postgis Build raster loader with static liblwgeom too References #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17209 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/loader/Makefile.in b/raster/loader/Makefile.in index e59e73be2..647eb3d65 100644 --- a/raster/loader/Makefile.in +++ b/raster/loader/Makefile.in @@ -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@