projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49abbb9
)
rtpengine: update libwebsockets dependency
798/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Mon, 9 Jan 2023 11:15:24 +0000
(12:15 +0100)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/net/rtpengine/Makefile
b/net/rtpengine/Makefile
index 05586a96f986ae1700b415d32a2643deaa53645d..5b5012346ad7e7928837f5ff17617a09556e57ad 100644
(file)
--- a/
net/rtpengine/Makefile
+++ b/
net/rtpengine/Makefile
@@
-48,7
+48,7
@@
ENGINE_DEPENDS := \
+libopenssl \
+libpcap \
+libpcre \
- +libwebsockets \
+ +libwebsockets
-openssl
\
+xmlrpc-c-client \
+zlib