server/core/Makefile
Added librt (-lrt), required for building MaxScale with static libmysqld in some platforms (CentOS 6)
This commit is contained in:
@ -72,7 +72,7 @@ POBJS=maxpasswd.o secrets.o utils.o
|
|||||||
|
|
||||||
LIBS=-L../inih/extra -linih -lssl -lstdc++ \
|
LIBS=-L../inih/extra -linih -lssl -lstdc++ \
|
||||||
-L$(EMBEDDED_LIB) \
|
-L$(EMBEDDED_LIB) \
|
||||||
-lz -lm -lcrypt -lcrypto -ldl -laio -pthread -llog_manager \
|
-lz -lm -lcrypt -lcrypto -ldl -laio -lrt -pthread -llog_manager \
|
||||||
-lmysqld
|
-lmysqld
|
||||||
|
|
||||||
all: maxscale maxkeys maxpasswd
|
all: maxscale maxkeys maxpasswd
|
||||||
|
Reference in New Issue
Block a user