From ccd01f31947603927f619081b58d18f1111af53f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:30 -0400 Subject: [PATCH] libwebsockets: rebuild for openssl3 --- srcpkgs/libwebsockets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 8bacc4c465a..8bb48668abb 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,7 +1,7 @@ # Template file for 'libwebsockets' pkgname=libwebsockets version=4.3.2 -revision=1 +revision=2 build_style=cmake configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON -DLWS_WITH_EVLIB_PLUGINS=OFF"