From ccdfd52b75ee1b2e05e4a51fb9c6aba130f6f246 Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Mon, 25 Aug 2025 01:00:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3libwebsockets=E7=9A=84?= =?UTF-8?q?=E5=85=8B=E9=9A=86=E5=9C=B0=E5=9D=80=E4=B8=BAGitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile-stage-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile-stage-0 b/build/Dockerfile-stage-0 index 0a72b6f3..163b39c7 100644 --- a/build/Dockerfile-stage-0 +++ b/build/Dockerfile-stage-0 @@ -123,7 +123,7 @@ RUN git clone --depth=1 https://gitlab.freedesktop.org/libnice/libnice /tmp/libn && make shared_library -j && make install \ && cd /tmp \ && rm -rf /tmp/libsrtp* \ - && git clone --depth=1 https://libwebsockets.org/repo/libwebsockets /tmp/libwebsockets \ + && git clone --depth=1 https://github.com/warmcat/libwebsockets /tmp/libwebsockets \ && cd /tmp/libwebsockets \ && mkdir build && cd build \ && cmake -DLWS_MAX_SMP=1 -DLWS_WITHOUT_EXTENSIONS=0 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_C_FLAGS="-fpic" .. \