From 439ca1b72b94b7f38e88b2c0450818d0e5a1f844 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 28 May 2010 19:48:05 +0000 Subject: grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21608 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/grub/patches/100-add_configure_macros.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/grub/patches/100-add_configure_macros.patch (limited to 'package/grub/patches/100-add_configure_macros.patch') 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) + -- cgit v1.2.3