From 3a7b84b35deed1e60a89acb931e4b8b6d38c9c1b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 10:54:53 -0200 Subject: [PATCH] libwebsockets: rebuild against libressl-2.8 --- srcpkgs/libwebsockets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 86c5d28977f..8fd28e820eb 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,7 +1,7 @@ # Template file for 'libwebsockets' pkgname=libwebsockets version=3.0.1 -revision=1 +revision=2 build_style=cmake configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON"