projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7abec2
)
icu: fix parallel builds
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 17 Mar 2011 08:13:42 +0000
(09:13 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 17 Mar 2011 08:15:02 +0000
(09:15 +0100)
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>
package/icu/icu.mk
patch
|
blob
|
history
diff --git
a/package/icu/icu.mk
b/package/icu/icu.mk
index 4eddb11a3c081a6b4cc64e331ce3e51f641463a0..c1d4d0055639166c24bb2e3d46cd173e10f9b50b 100644
(file)
--- 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