mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
bash: fails in parallel build
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
244038576b
commit
339868d244
@ -16,6 +16,10 @@ BASH_CONF_ENV += \
|
|||||||
bash_cv_func_sigsetjmp=present \
|
bash_cv_func_sigsetjmp=present \
|
||||||
bash_cv_printf_a_format=yes
|
bash_cv_printf_a_format=yes
|
||||||
|
|
||||||
|
# Parallel build sometimes fails because some of the generator tools
|
||||||
|
# are built twice (i.e. while executing).
|
||||||
|
BASH_MAKE = $(MAKE1)
|
||||||
|
|
||||||
# The static build needs some trickery
|
# The static build needs some trickery
|
||||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
||||||
BASH_CONF_OPT += --enable-static-link --without-bash-malloc
|
BASH_CONF_OPT += --enable-static-link --without-bash-malloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user