From: Ryan Barnett Date: Tue, 26 Nov 2013 09:09:41 +0000 (-0600) Subject: protobuf-c: disable parallel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=720008338acd7012b0a8c69525f2479f0794dffe;p=buildroot.git protobuf-c: disable parallel build Fixes http://autobuild.buildroot.net/results/f47c4f0883019ba3a8e61a9ae51b7bd7f347b38c/ Signed-off-by: Ryan Barnett Signed-off-by: Peter Korsgaard --- diff --git a/package/protobuf-c/protobuf-c.mk b/package/protobuf-c/protobuf-c.mk index 31fb5932ba..271f6d812b 100644 --- a/package/protobuf-c/protobuf-c.mk +++ b/package/protobuf-c/protobuf-c.mk @@ -8,6 +8,7 @@ PROTOBUF_C_VERSION = 0.15 PROTOBUF_C_SITE = http://protobuf-c.googlecode.com/files PROTOBUF_C_DEPENDENCIES = protobuf host-protobuf-c HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf +PROTOBUF_C_MAKE = $(MAKE1) PROTOBUF_C_CONF_OPT = --disable-protoc PROTOBUF_C_INSTALL_STAGING = YES PROTOBUF_C_LICENSE = BSD-3c