[postgis-tickets] r17209 - Build raster loader with static liblwgeom too
Raul
raul at rmr.ninja
Tue Jan 22 03:50:59 PST 2019
Author: algunenano
Date: 2019-01-22 03:50:59 -0800 (Tue, 22 Jan 2019)
New Revision: 17209
Modified:
trunk/raster/loader/Makefile.in
Log:
Build raster loader with static liblwgeom too
References #4260
Modified: trunk/raster/loader/Makefile.in
===================================================================
--- trunk/raster/loader/Makefile.in 2019-01-22 11:38:09 UTC (rev 17208)
+++ trunk/raster/loader/Makefile.in 2019-01-22 11:50:59 UTC (rev 17209)
@@ -36,7 +36,7 @@
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@
More information about the postgis-tickets
mailing list