From 1f5a9d02c6aa41ded7dfbc0e1b1d22504f0e83fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Sep 2014 16:33:27 +0300 Subject: In configure add option --enable-static This option enable static build for server binaries and map cache. For plugins this option enable static linking with gcc. --- src/tool/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool') diff --git a/src/tool/Makefile.in b/src/tool/Makefile.in index 127d3841b..2d7699db0 100644 --- a/src/tool/Makefile.in +++ b/src/tool/Makefile.in @@ -36,7 +36,7 @@ mapcache: ../../mapcache@EXEEXT@ ../../mapcache@EXEEXT@: $(MAPCACHE_DEPENDS) Makefile @echo " LD $(notdir $@)" - @$(CC) @LDFLAGS@ -o ../../mapcache@EXEEXT@ $(MAPCACHE_DEPENDS) @LIBS@ + @$(CC) @STATIC@ @LDFLAGS@ -o ../../mapcache@EXEEXT@ $(MAPCACHE_DEPENDS) @LIBS@ buildclean: @echo " CLEAN tool (build temp files)" -- cgit v1.2.3-60-g2f50