Fixed a typo
This commit is contained in:
@ -49,10 +49,9 @@ CFLAGS=-c -I/usr/include -I../include -I../inih \
|
|||||||
include ../../makefile.inc
|
include ../../makefile.inc
|
||||||
|
|
||||||
LDFLAGS=-rdynamic -L$(LOGPATH) \
|
LDFLAGS=-rdynamic -L$(LOGPATH) \
|
||||||
-Wl,-rpath,$(DEST)/lib
|
-Wl,-rpath,$(DEST)/lib \
|
||||||
|
-Wl,-rpath,$(LOGPATH) -Wl,-rpath,$(UTILSPATH) \
|
||||||
# -Wl,-rpath,$(LOGPATH) -Wl,-rpath,$(UTILSPATH) \
|
-Wl,-rpath,$(MARIADB_SRC_PATH)/libmysqld
|
||||||
# -Wl,-rpath,$(MARIADB_SRC_PATH)/libmysqld
|
|
||||||
|
|
||||||
SRCS= atomic.c buffer.c spinlock.c gateway.c gateway_mysql_protocol.c \
|
SRCS= atomic.c buffer.c spinlock.c gateway.c gateway_mysql_protocol.c \
|
||||||
gw_utils.c utils.c dcb.c load_utils.c session.c service.c server.c \
|
gw_utils.c utils.c dcb.c load_utils.c session.c service.c server.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user