lstc should be dynamic
This commit is contained in:
@ -27,7 +27,7 @@ endif
|
|||||||
CFLAGS := $(CFLAGS) -Wall
|
CFLAGS := $(CFLAGS) -Wall
|
||||||
LDLIBS := $(LDLIBS) -pthread
|
LDLIBS := $(LDLIBS) -pthread
|
||||||
LDMYSQL := -static -lmysqld
|
LDMYSQL := -static -lmysqld
|
||||||
CPP_LDLIBS := -lstdc++
|
CPP_LDLIBS := -shared -lstdc++
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compiler flags, httpd arguments and debugger options
|
# Compiler flags, httpd arguments and debugger options
|
||||||
|
Reference in New Issue
Block a user