server/core/makefile: added -lmysqld to LDFLAGS so that the tests compile

query_classifier/test/canonical_tests/Makefile: Added hint.o to link flags
This commit is contained in:
Markus Makela
2014-09-04 15:44:00 +03:00
parent d09c5adfc2
commit dfe2806e37
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ LDFLAGS=-rdynamic -L$(LOGPATH) \
-Wl,-rpath,$(EMBEDDED_LIB)
LIBS= -lz -lm -lcrypt -lcrypto -ldl -laio -lrt -pthread -llog_manager \
-L../../inih/extra -linih -lssl -lstdc++
-L../../inih/extra -linih -lssl -lstdc++ -lmysqld
TESTS=testhash testspinlock testfilter testadminusers