From: Gustavo Zacarias Date: Wed, 22 Jul 2015 14:08:26 +0000 (-0300) Subject: heimdal: disable parallel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f71e388fdb4d96c6e5559f12b3aee5a78dec751;p=buildroot.git heimdal: disable parallel build It still seems to have issues, so disable it pending more patches and testing. Fixes: http://autobuild.buildroot.net/results/a07/a07198b3f7f8029d80863a998814877ec9994c60/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk index 82964489d6..626e68e946 100644 --- a/package/heimdal/heimdal.mk +++ b/package/heimdal/heimdal.mk @@ -24,6 +24,7 @@ HOST_HEIMDAL_CONF_OPTS = \ --without-x \ --disable-heimdal-documentation HOST_HEIMDAL_CONF_ENV = MAKEINFO=true +HEIMDAL_MAKE = $(MAKE1) HEIMDAL_LICENSE = BSD-3c HEIMDAL_LICENSE_FILES = LICENSE # 0002-kadm5-fix-race-in-Makefile-with-kadm5_err.h.patch