diff options
Diffstat (limited to 'package/grub/patches/100-add_configure_macros.patch')
-rw-r--r-- | package/grub/patches/100-add_configure_macros.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/grub/patches/100-add_configure_macros.patch b/package/grub/patches/100-add_configure_macros.patch new file mode 100644 index 0000000000..476f778bc2 --- /dev/null +++ b/package/grub/patches/100-add_configure_macros.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -56,6 +56,8 @@ fi + + AC_CHECK_TOOL(CC, gcc) + AC_PROG_CC ++AM_PROG_CC_C_O ++AM_PROG_AS + # We need this for older versions of Autoconf. + _AM_DEPENDENCIES(CC) + |