Took me a while to fix this SHIT ...
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,11 +6,11 @@ CCFLAGS += -Wall \
|
|||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-pedantic \
|
-pedantic \
|
||||||
-fstack-protector-strong
|
-fstack-protector-strong
|
||||||
CCFLAGS += `mysql_config --cflags`
|
CCFLAGS += $(shell mysql_config --cflags)
|
||||||
|
|
||||||
LDFLAGS = -O1 -lcrypto -lssl -lpthread
|
LDFLAGS = -O1 -lcrypto -lssl -lpthread
|
||||||
LDFLAGS += -Wl,-z,relro,-z,now
|
LDFLAGS += -Wl,-z,relro,-z,now
|
||||||
LDFLAGS += `mysql_config --libs`
|
LDFLAGS += $(shell mysql_config --libs)
|
||||||
|
|
||||||
SOURCES = main.c \
|
SOURCES = main.c \
|
||||||
confparser.c \
|
confparser.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user