From: Sebastian Kemper Date: Mon, 9 Jan 2023 11:15:24 +0000 (+0100) Subject: rtpengine: update libwebsockets dependency X-Git-Url: http://git.openwrt.org/feed/telephony.git/?a=commitdiff_plain;h=bb67b9f444d5b37cd9991e0f798754ceeabaa615;p=feed%2Ftelephony.git 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 --- 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