From 19966264dca41332389af29a350cd8981f76f2cb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:26:25 -0600 Subject: [PATCH] libnettle: compile dynamically --- recipes/libs/libnettle/recipe.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/libs/libnettle/recipe.toml b/recipes/libs/libnettle/recipe.toml index 79a2a6473..b5dd3ce43 100644 --- a/recipes/libs/libnettle/recipe.toml +++ b/recipes/libs/libnettle/recipe.toml @@ -1,9 +1,17 @@ [source] tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz" blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" [build] -template = "configure" +template = "custom" dependencies = [ "libgmp" ] +script = """ +DYNAMIC_INIT +cookbook_configure +"""