From a7f9c5afa9ee0b55abd5158818f0b804f87d3a1f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:33 -0400 Subject: [PATCH] mold: rebuild for openssl3 --- srcpkgs/mold/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template index fee5ede1e6a..4d8f44f64ec 100644 --- a/srcpkgs/mold/template +++ b/srcpkgs/mold/template @@ -1,7 +1,7 @@ # Template file for 'mold' pkgname=mold version=2.0.0 -revision=1 +revision=2 build_style=cmake configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -Dmimalloc_DIR=${XBPS_CROSS_BASE}/cmake/mimalloc-2.0"