From af909487ef6efd3994d355d6f37feda77c64cc11 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 14:41:52 -0600 Subject: [PATCH] pkg-config: link pcre2 --- recipes/dev/pkg-config/recipe.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/dev/pkg-config/recipe.toml b/recipes/dev/pkg-config/recipe.toml index d61a0ffb9..5c87b7535 100644 --- a/recipes/dev/pkg-config/recipe.toml +++ b/recipes/dev/pkg-config/recipe.toml @@ -10,10 +10,11 @@ dependencies = [ "gettext", "glib", "libiconv", - "pcre", + "pcre2", ] template = "custom" script = """ DYNAMIC_INIT +export LIBS="-lpcre2-8" cookbook_configure -""" \ No newline at end of file +"""