summaryrefslogtreecommitdiffstats
path: root/package/grub/patches/100-add_configure_macros.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-28 19:48:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-28 19:48:05 +0000
commitfff3269970f2013f339b0fe926bf6c0cbc305f0f (patch)
tree3e1cb426fa794aa7859458147c097f33a595cbc6 /package/grub/patches/100-add_configure_macros.patch
parent47cea815ee4856c8c67cd77099e78c36237cf948 (diff)
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
Diffstat (limited to 'package/grub/patches/100-add_configure_macros.patch')
-rw-r--r--package/grub/patches/100-add_configure_macros.patch11
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 000000000..476f778bc
--- /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)
+