From dcff012658f9998aa3178843056c3de1bb41e398 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:14:02 -0400 Subject: [PATCH] wrk: rebuild for openssl3 --- srcpkgs/wrk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template index fcc674c0179..cd4fa854f21 100644 --- a/srcpkgs/wrk/template +++ b/srcpkgs/wrk/template @@ -1,7 +1,7 @@ # Template file for 'wrk' pkgname=wrk version=4.2.0 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr" hostmakedepends="LuaJIT"