lstc should be dynamic
This commit is contained in:
parent
f379ee3d7a
commit
511bb84130
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user