Build curl with websocket support

Enable curl's websocket handling with --enable-websockets.
This commit is contained in:
lwthiker
2023-09-16 11:18:45 +03:00
parent 172f5185cc
commit d050701b7c
6 changed files with 7 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ RUN cd ${CURL_VERSION} && \
./configure --prefix=/build/install \
--enable-static \
--disable-shared \
--enable-websockets \
--with-nghttp2=/build/${NGHTTP2_VERSION}/installed \
--with-brotli=/build/brotli-${BROTLI_VERSION}/build/installed \
--with-openssl=/build/boringssl/build \

View File

@@ -84,6 +84,7 @@ RUN cd ${CURL_VERSION} && \
./configure --prefix=/build/install \
--enable-static \
--disable-shared \
--enable-websockets \
--with-nghttp2=/build/${NGHTTP2_VERSION}/installed \
--with-brotli=/build/brotli-${BROTLI_VERSION}/build/installed \
--with-openssl=/build/boringssl/build \