From 24fe881fa2f301fc149142a6524e7633f364b106 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 16 Aug 2017 17:46:08 -0400 Subject: [PATCH] Try harder to avoid configure blowing up... Signed-off-by: Peter Jones --- grub.macros | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub.macros b/grub.macros index 2ec5a80..a49208b 100644 --- a/grub.macros +++ b/grub.macros @@ -6,6 +6,8 @@ %{expand:%%{!?buildsubdir:%%global buildsubdir grub-%{tarversion}}} %{expand:%%{!?_licensedir:%%global license %%%%doc}} +%global _configure_gnuconfig_hack 0 + %if %{?_with_ccache: 1}%{?!_with_ccache: 0} %global cc_equals CC=/usr/%{_lib}/ccache/gcc %else