summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfanjiyun <[email protected]>2021-08-28 07:25:33 +0800
committerfanjiyun <[email protected]>2021-08-28 08:32:39 +0800
commit4edfd5f14ebfe86525dc6b632535447c08655356 (patch)
tree5779a30d50f4da0c812cedb25b9614a75483a11b /Makefile
parent5493cccdd35f33b38ffe58412ed4e73301052702 (diff)
添加容器相关依赖函数及极赖库
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 169a6eb..97d3b05 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ deps:
cd $(DEPS)/libunwind; ./autogen.sh; ./configure CFLAGS="-g -O2" --prefix=${DEPS}/; make install
cd $(DEPS)/xz; ./autogen.sh; ./configure CFLAGS="-g -O2" --prefix=${DEPS}/; make install
cd $(DEPS)/zlib; ./configure --prefix=${DEPS}/; make install
+ cd $(DEPS)/curl; xz -d -k curl-7.44.0.tar.lzma; tar xvf curl-7.44.0.tar
+ cd $(DEPS)/curl/curl-7.44.0; ./configure --disable-shared --enable-static --prefix=${DEPS}/ --disable-ldap --disable-sspi --without-librtmp --disable-ftp --disable-file --disable-dict --disable-telnet --disable-tftp --disable-rtsp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-smb --without-libidn --disable-ares; make && make install
cd SOURCE/diagnose-tools/java_agent; make
sh ./vender/deps.sh