From 016c9683d0667e16831bbeacb7e5aba0ce52b234 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Aug 17 2017 20:13:50 +0000 Subject: try to fix broken ppc build Signed-off-by: Peter Jones --- 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} \\\