add /status endpoint

This commit is contained in:
simon 2020-01-28 10:17:49 -05:00
parent 6a9fd08a80
commit ca79e4f797
5 changed files with 49 additions and 1 deletions

View file

@ -111,7 +111,8 @@ wget -nc https://curl.haxx.se/download/curl-7.68.0.tar.gz
tar -xzf curl-7.68.0.tar.gz
cd curl-7.68.0
./configure --disable-ldap --disable-ldaps --without-librtmp --disable-rtsp --disable-crypto-auth \
--disable-smtp --enable-static --disable-shared
--disable-smtp --without-libidn2 --without-nghttp2 --without-brotli --enable-static --disable-shared \
--without-libpsl
make -j $THREADS
cd ..
mv curl-7.68.0/lib/.libs/libcurl.a .