fix: ...
This commit is contained in:
@@ -37,6 +37,8 @@ LIBS += -lssl -lcrypto -lzstd -lidn2 -lz
|
||||
|
||||
CFLAGS = -Wall -g -DX86_64 -DTEST_RESTPROXY $(LIBS)
|
||||
|
||||
CONFIGURE = ./configure
|
||||
|
||||
CC = gcc
|
||||
|
||||
$(TGT):$(OBJS) lib_all 3rdlib_all
|
||||
@@ -57,6 +59,9 @@ lib_all:
|
||||
$(MAKE) -C ./dba
|
||||
|
||||
3rdlib_all:
|
||||
cd ./third-lib/libevent && $(CONFIGURE)
|
||||
cd ./third-lib/libcurl && $(CONFIGURE)
|
||||
cd ./third-lib/libmjson && $(CONFIGURE)
|
||||
$(MAKE) -C ./third-lib/libevent
|
||||
$(MAKE) -C ./third-lib/libcurl
|
||||
$(MAKE) -C ./third-lib/libmjson
|
||||
|
||||
Reference in New Issue
Block a user