From 7b08617ea97d4fb9983d58e26b299f4ac01a05df Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 20 Nov 2025 03:16:19 -0800 Subject: [PATCH] Revert dynamically link extrautils --- recipes/core/extrautils/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/core/extrautils/recipe.toml b/recipes/core/extrautils/recipe.toml index 120a6c2e..19b614cb 100644 --- a/recipes/core/extrautils/recipe.toml +++ b/recipes/core/extrautils/recipe.toml @@ -7,7 +7,8 @@ dependencies = [ "xz" ] script = """ -DYNAMIC_INIT +# TODO: Can't be linked correctly yet +# DYNAMIC_INIT if [ "${COOKBOOK_DYNAMIC}" != "1" ]; then install_flags+=" --features=static"