From bb67b9f444d5b37cd9991e0f798754ceeabaa615 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Mon, 9 Jan 2023 12:15:24 +0100 Subject: [PATCH] rtpengine: update libwebsockets dependency The rtpengine daemon requires lws_get_ssl(). This function is not available in libwebsockets-mbedtls. This commit updates the dependency to libwebsockets-openssl. Signed-off-by: Sebastian Kemper --- net/rtpengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rtpengine/Makefile b/net/rtpengine/Makefile index 05586a9..5b50123 100644 --- a/net/rtpengine/Makefile +++ b/net/rtpengine/Makefile @@ -48,7 +48,7 @@ ENGINE_DEPENDS := \ +libopenssl \ +libpcap \ +libpcre \ - +libwebsockets \ + +libwebsockets-openssl \ +xmlrpc-c-client \ +zlib -- 2.30.2