From f92b72224d288376b6c0185f3c6ad60ef64837e7 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 27 Dec 2024 03:11:55 +1100 Subject: [PATCH] feat(nghttp2): dynamic Signed-off-by: Anhad Singh --- recipes/libs/nghttp2/recipe.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes/libs/nghttp2/recipe.toml b/recipes/libs/nghttp2/recipe.toml index 81ef6277b..2744490fe 100644 --- a/recipes/libs/nghttp2/recipe.toml +++ b/recipes/libs/nghttp2/recipe.toml @@ -1,9 +1,16 @@ [source] tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.62.1/nghttp2-1.62.1.tar.xz" blake3 = "77b1c0fed8e97db0aa7d6e1a5ed16e5a053093ed0006b7c747dca290d694f3af" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] template = "custom" script = """ +DYNAMIC_INIT + COOKBOOK_CONFIGURE_FLAGS+=( --enable-lib-only )