From 39ef237fe374920721c09bf5be47f67efe60c222 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 13:55:22 +0200 Subject: [PATCH] libwebsockets: rebuild against libressl-3.1.3 --- srcpkgs/libwebsockets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 4a60376062e..6fbc738e360 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,7 +1,7 @@ # Template file for 'libwebsockets' pkgname=libwebsockets version=3.2.2 -revision=2 +revision=3 build_style=cmake configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON"