From: Peter Korsgaard Date: Thu, 17 Mar 2011 08:13:42 +0000 (+0100) Subject: icu: fix parallel builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a8c7934bd704e7ff1f39b6c0c0f8e1b541f87d1;p=buildroot.git 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 --- diff --git a/package/icu/icu.mk b/package/icu/icu.mk index 4eddb11a3c..c1d4d00556 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -12,6 +12,7 @@ ICU_INSTALL_STAGING = YES ICU_CONF_OPT = --with-cross-build=$(HOST_ICU_DIR)/source --disable-samples \ --disable-tests HOST_ICU_CONF_OPT = --disable-samples --disable-tests +ICU_MAKE = $(MAKE1) ICU_SUBDIR = source HOST_ICU_SUBDIR = source