From 682297ad3aa0ac9e4d9ecdfade77d39d039f0848 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 15:27:51 -0600 Subject: [PATCH] libicu: enable renaming and other config options --- recipes/wip/libs/other/libicu/recipe.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes/wip/libs/other/libicu/recipe.toml b/recipes/wip/libs/other/libicu/recipe.toml index 94c0307a1..12439b92d 100644 --- a/recipes/wip/libs/other/libicu/recipe.toml +++ b/recipes/wip/libs/other/libicu/recipe.toml @@ -42,12 +42,6 @@ HOST_ENV=( "${HOST_ENV[@]}" "${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}" popd COOKBOOK_CONFIGURE_FLAGS+=( - --disable-extras - --disable-icu-config - --disable-renaming - --disable-samples - --disable-tools - --disable-tools --with-cross-build="${COOKBOOK_BUILD}/host" icu_cv_host_frag=mh-linux )