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 )