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/plugins/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Makefile.in') diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 77040d567..39f445319 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -80,4 +80,4 @@ Makefile: Makefile.in ../../plugins/%@DLLEXT@: %.c $(ALL_H) $$(shell ls %/* 2>/dev/null) @echo " CC $<" - @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< + @$(CC) @PLUGINSTATIC@ @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< -- cgit v1.2.3-70-g09d2