lstc should be dynamic

This commit is contained in:
Timofey Turenko 2014-07-02 16:02:21 +03:00
parent f379ee3d7a
commit 511bb84130

View File

@ -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