rtpengine: update libwebsockets dependency 797/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 9 Jan 2023 11:04:46 +0000 (12:04 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 9 Jan 2023 11:04:53 +0000 (12:04 +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 5967cb3b4760bffaa161b9eae62fc6698499ab04..fdd396c3d87c390895c12ad0dae358a2e82ade14 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=rtpengine
 PKG_VERSION:=10.5.2.6
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-mr$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/sipwise/rtpengine/tar.gz/mr$(PKG_VERSION)?
@@ -49,7 +49,7 @@ ENGINE_DEPENDS := \
        +libopenssl \
        +libpcap \
        +libpcre \
-       +libwebsockets \
+       +libwebsockets-openssl \
        +xmlrpc-c-client \
        +zlib