From a016a4aa9673b009f1568cd54941a1b87fc629fc Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Tue, 10 Dec 2013 10:23:35 +0100 Subject: [PATCH] server/core/Makefile Added librt (-lrt), required for building MaxScale with static libmysqld in some platforms (CentOS 6) --- server/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/Makefile b/server/core/Makefile index 36aec19e7..48b657657 100644 --- a/server/core/Makefile +++ b/server/core/Makefile @@ -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