From 511bb84130947c6643d5eb981a65cdd2330d0664 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Wed, 2 Jul 2014 16:02:21 +0300 Subject: [PATCH] lstc should be dynamic --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.inc b/makefile.inc index 976b7de25..8f19725b4 100644 --- a/makefile.inc +++ b/makefile.inc @@ -27,7 +27,7 @@ endif CFLAGS := $(CFLAGS) -Wall LDLIBS := $(LDLIBS) -pthread LDMYSQL := -static -lmysqld -CPP_LDLIBS := -lstdc++ +CPP_LDLIBS := -shared -lstdc++ # # Compiler flags, httpd arguments and debugger options