From 016c9683d0667e16831bbeacb7e5aba0ce52b234 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 16 Aug 2017 17:20:57 -0400 Subject: [PATCH] try to fix broken ppc build Signed-off-by: Peter Jones --- grub.macros | 1 + 1 file changed, 1 insertion(+) diff --git a/grub.macros b/grub.macros index 2ec5a80..7dbc91a 100644 --- a/grub.macros +++ b/grub.macros @@ -351,6 +351,7 @@ cd grub-%{1}-%{tarversion} \ %configure \\\ %{cc_equals} \\\ CFLAGS="%{legacy_cflags} -I$(pwd)" \\\ + CPPFLAGS="%{legacy_cflags} -I$(pwd)" \\\ TARGET_LDFLAGS=-static \\\ --with-platform=%{platform} \\\ --target=%{_target_platform} \\\