rtpengine: update libwebsockets dependency 798/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 9 Jan 2023 11:15:24 +0000 (12:15 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 9 Jan 2023 11:15:26 +0000 (12:15 +0100)
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 <sebastian_ml@gmx.net>
net/rtpengine/Makefile

index 05586a96f986ae1700b415d32a2643deaa53645d..5b5012346ad7e7928837f5ff17617a09556e57ad 100644 (file)
@@ -48,7 +48,7 @@ ENGINE_DEPENDS := \
        +libopenssl \
        +libpcap \
        +libpcre \
-       +libwebsockets \
+       +libwebsockets-openssl \
        +xmlrpc-c-client \
        +zlib