fix server/core/Makefile to make build with static lib working in Ubuntu
This commit is contained in:
@ -72,10 +72,10 @@ OBJ=$(SRCS:.c=.o)
|
|||||||
KOBJS=maxkeys.o secrets.o utils.o
|
KOBJS=maxkeys.o secrets.o utils.o
|
||||||
POBJS=maxpasswd.o secrets.o utils.o
|
POBJS=maxpasswd.o secrets.o utils.o
|
||||||
|
|
||||||
LIBS=-L../inih/extra -linih -lssl -lstdc++ \
|
LIBS=-L$(EMBEDDED_LIB) \
|
||||||
-L$(EMBEDDED_LIB) \
|
-lmysqld \
|
||||||
-lz -lm -lcrypt -lcrypto -ldl -laio -lrt -pthread -llog_manager \
|
-lz -lm -lcrypt -lcrypto -ldl -laio -lrt -pthread -llog_manager \
|
||||||
-lmysqld
|
-L../inih/extra -linih -lssl -lstdc++
|
||||||
|
|
||||||
all: maxscale maxkeys maxpasswd
|
all: maxscale maxkeys maxpasswd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user