diff options
| author | fanjiyun <[email protected]> | 2021-08-28 07:25:33 +0800 |
|---|---|---|
| committer | fanjiyun <[email protected]> | 2021-08-28 08:32:39 +0800 |
| commit | 4edfd5f14ebfe86525dc6b632535447c08655356 (patch) | |
| tree | 5779a30d50f4da0c812cedb25b9614a75483a11b /Makefile | |
| parent | 5493cccdd35f33b38ffe58412ed4e73301052702 (diff) | |
添加容器相关依赖函数及极赖库
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
