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"