From 53870e80489e5c9cf8688e0289176b87acec1976 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 25 Sep 2018 17:13:35 +0200 Subject: efivar: disable icecc It uses the '-specs=...' gcc option. The referenced spec file is not available on the icecc clients, so building fails. Work around this by disabling icecc. Signed-off-by: Michael Olbrich --- rules/efivar.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/efivar.make') diff --git a/rules/efivar.make b/rules/efivar.make index 105d5a902..992e9011b 100644 --- a/rules/efivar.make +++ b/rules/efivar.make @@ -30,7 +30,7 @@ EFIVAR_LICENSE := LGPL-2.1-only # ---------------------------------------------------------------------------- EFIVAR_CONF_TOOL := NO -EFIVAR_MAKE_ENV := $(CROSS_ENV) +EFIVAR_MAKE_ENV := $(CROSS_ENV) PTXDIST_ICECC= EFIVAR_INSTALL_OPT := libdir="/usr/lib/" install # ---------------------------------------------------------------------------- -- cgit v1.2.3