Replaced hard-coded path to home directory with $(HOME)/...
Added -lcrypt to core/Makefile so that dynamic linker can resolve reference to it from authuser.o
This commit is contained in:
2
Makefile
2
Makefile
@ -24,7 +24,7 @@
|
|||||||
# 08/07/13 Mark Riddoch Addition of monitor modules
|
# 08/07/13 Mark Riddoch Addition of monitor modules
|
||||||
# 16/07/13 Mark Riddoch Renamed things to match the new naming
|
# 16/07/13 Mark Riddoch Renamed things to match the new naming
|
||||||
|
|
||||||
DEST=/home/mriddoch/usr/local/skysql
|
DEST=$(HOME)/usr/local/skysql
|
||||||
|
|
||||||
all:
|
all:
|
||||||
(cd inih/extra ; make -f Makefile.static)
|
(cd inih/extra ; make -f Makefile.static)
|
||||||
|
|||||||
@ -69,7 +69,7 @@ OBJ=$(SRCS:.c=.o)
|
|||||||
|
|
||||||
LIBS=-L../inih/extra -linih -lssl -lstdc++ \
|
LIBS=-L../inih/extra -linih -lssl -lstdc++ \
|
||||||
-L$(MARIADB_SRC_PATH)/libmysqld \
|
-L$(MARIADB_SRC_PATH)/libmysqld \
|
||||||
-lz -lm -lcrypto -ldl -pthread -llog_manager \
|
-lz -lm -lcrypt -lcrypto -ldl -pthread -llog_manager \
|
||||||
-lmysqld
|
-lmysqld
|
||||||
|
|
||||||
maxscale: $(OBJ)
|
maxscale: $(OBJ)
|
||||||
|
|||||||
Reference in New Issue
Block a user