diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-22 11:08:26 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-22 17:20:47 +0200 |
commit | 4f71e388fdb4d96c6e5559f12b3aee5a78dec751 (patch) | |
tree | 575b6d9460e8dae51e9b9ccffbd53527de4d5683 | |
parent | 74461e56b371be4ca335102d5e84dd479965faab (diff) | |
download | buildroot-4f71e388fdb4d96c6e5559f12b3aee5a78dec751.tar.gz buildroot-4f71e388fdb4d96c6e5559f12b3aee5a78dec751.zip |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/heimdal/heimdal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |