mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
icu: fix parallel builds
The icu build system seems to have a race condition, which gets triggered by high BR2_JLEVEL settings, so disable parallel builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -12,6 +12,7 @@ ICU_INSTALL_STAGING = YES
|
|||||||
ICU_CONF_OPT = --with-cross-build=$(HOST_ICU_DIR)/source --disable-samples \
|
ICU_CONF_OPT = --with-cross-build=$(HOST_ICU_DIR)/source --disable-samples \
|
||||||
--disable-tests
|
--disable-tests
|
||||||
HOST_ICU_CONF_OPT = --disable-samples --disable-tests
|
HOST_ICU_CONF_OPT = --disable-samples --disable-tests
|
||||||
|
ICU_MAKE = $(MAKE1)
|
||||||
ICU_SUBDIR = source
|
ICU_SUBDIR = source
|
||||||
HOST_ICU_SUBDIR = source
|
HOST_ICU_SUBDIR = source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user