libicu: enable renaming and other config options

This commit is contained in:
Jeremy Soller 2025-04-11 15:27:51 -06:00
parent ffcb1486c1
commit 682297ad3a
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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
)