fix/ci #8

Closed
alexios wants to merge 10 commits from fix/ci into main
3 changed files with 23 additions and 18 deletions
Showing only changes of commit 2697717620 - Show all commits

View File

@@ -92,6 +92,7 @@ EOF
build_libwebsockets() { build_libwebsockets() {
echo "=== Building libwebsockets-${LIBWEBSOCKETS_VERSION} (${TARGET})..." echo "=== Building libwebsockets-${LIBWEBSOCKETS_VERSION} (${TARGET})..."
curl -kfSsLo- "$URL_LWS" | tar xz -C "${BUILD_DIR}" curl -kfSsLo- "$URL_LWS" | tar xz -C "${BUILD_DIR}"
pushd "${BUILD_DIR}/libwebsockets-${LIBWEBSOCKETS_VERSION}"
sed -i 's/ websockets_shared//g' cmake/libwebsockets-config.cmake.in sed -i 's/ websockets_shared//g' cmake/libwebsockets-config.cmake.in
sed -i 's/ OR PC_OPENSSL_FOUND//g' lib/tls/CMakeLists.txt sed -i 's/ OR PC_OPENSSL_FOUND//g' lib/tls/CMakeLists.txt
sed -i '/PC_OPENSSL/d' lib/tls/CMakeLists.txt sed -i '/PC_OPENSSL/d' lib/tls/CMakeLists.txt