From 8ab54540b880fbd60019cce4d4968f07f15619e5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:25:50 -0600 Subject: [PATCH] jansson: compile dynamically --- recipes/libs/jansson/recipe.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/libs/jansson/recipe.toml b/recipes/libs/jansson/recipe.toml index a2c3ef42d..2e2538d9f 100644 --- a/recipes/libs/jansson/recipe.toml +++ b/recipes/libs/jansson/recipe.toml @@ -1,6 +1,14 @@ [source] tar = "https://github.com/akheron/jansson/releases/download/v2.10/jansson-2.10.tar.gz" blake3 = "3c74f374a6c7ac5e323f72d87e49e5309ca922ca26cfe4992873b31f28776624" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" [build] -template = "configure" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""