libwebsockets: new versions (#4764)

* libwebsockets: new versions

both new versions fix a nasty bug leading to a hanging
connection on connect.

* ISAAC Server: Fix libwebsockets

ISAAC server did hang in docker containers due to a bug
in libwebsockets.
This commit is contained in:
Axel Huebl
2017-07-14 17:28:15 +02:00
committed by Adam J. Stewart
parent d929ea8102
commit 0d8b126d66
2 changed files with 3 additions and 1 deletions

View File

@@ -49,5 +49,5 @@ def root_cmakelists_dir(self):
depends_on('libjpeg-turbo', type='link')
depends_on('jansson', type='link')
depends_on('boost@1.56:', type='link')
depends_on('libwebsockets', type='link')
depends_on('libwebsockets@2.1.1:', type='link')
# depends_on('gstreamer@1.0', when='+gstreamer')