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