From cdeed6d5e478857cd30ceb5099db1e9515a2d68e Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 11 Jul 2016 09:16:47 +0200 Subject: [PATCH] updated LWS version --- thirdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/Makefile b/thirdparty/Makefile index 9e1ab92e1..8417d10b3 100644 --- a/thirdparty/Makefile +++ b/thirdparty/Makefile @@ -29,7 +29,7 @@ pciutils-3.4.1: ln -s $(PREFIX)/lib/libpci.so.3.4.1 $(PREFIX)/lib/libpci.so # Install & compile libwebsockets dependency -libwebsockets-1.7.5: +libwebsockets-2.0.2: mkdir -p $@/build - wget -O- https://github.com/warmcat/libwebsockets/archive/v1.7.5.tar.gz | tar -xzC $(TMPDIR) + wget -O- https://github.com/warmcat/libwebsockets/archive/v2.0.2.tar.gz | tar -xzC $(TMPDIR) cd $@/build && cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) .. && make install \ No newline at end of file