From c59cce5a50aa99d0f553f8d16dada00b64d8fb9f Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 3 Aug 2026 21:10:19 +0530 Subject: [PATCH] feat: enable static libs for pcre2 enable static libs for pcre2, this allows us to drop pcre2 from for qemu guest agent, since it's built statically. Signed-off-by: Noel Georgi --- tools-pcre2/pkg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-pcre2/pkg.yaml b/tools-pcre2/pkg.yaml index 85fbb25..d15be89 100644 --- a/tools-pcre2/pkg.yaml +++ b/tools-pcre2/pkg.yaml @@ -22,7 +22,7 @@ steps: --enable-pcre232 \ --enable-pcre2grep-libz \ --enable-pcre2grep-libbz2 \ - --disable-static + --enable-static # this allows us to drop pcre2 from extensions build: - | cd build