Hi James, Le sam. 15 oct. 2022 à 02:58, James Hilliard a écrit : > The bearssl package is not compatible with parallel builds. > bearssl was building perfectly fine up until now and it seems there are a lot of packages that are affected by parallel build issues (e.g. dmraid, musepack, slang, etc). Did we change something recently on the autobuilders? > > Fixes: > - > http://autobuild.buildroot.net/results/5e1/5e1b72db206b2d17fa5ce378a70fdc2f3f5bf773 > > Signed-off-by: James Hilliard > --- > package/bearssl/bearssl.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/bearssl/bearssl.mk b/package/bearssl/bearssl.mk > index ff5f4e87b7..c2a5760af5 100644 > --- a/package/bearssl/bearssl.mk > +++ b/package/bearssl/bearssl.mk > @@ -24,7 +24,7 @@ BEARSSL_TARGETS += lib > endif > > define BEARSSL_BUILD_CMDS > - $(TARGET_MAKE_ENV) $(MAKE) $(BEARSSL_MAKE_OPTS) -C $(@D) \ > + $(TARGET_MAKE_ENV) $(MAKE1) $(BEARSSL_MAKE_OPTS) -C $(@D) \ > $(BEARSSL_TARGETS) > endef > > -- > 2.34.1 > > Best Regards, Fabrice