mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 12:25:54 +02:00
add /status endpoint
This commit is contained in:
parent
6a9fd08a80
commit
ca79e4f797
5 changed files with 49 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue