From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 30 Mar 2014 19:55:43 +0000 (+0000)
Subject: grub2: disable mkfont - fix build on Archlinux
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a558ce7e21626b41e00fa4e694236ba69f099a89;p=openwrt%2Fstaging%2Fdangole.git

grub2: disable mkfont - fix build on Archlinux

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

SVN-Revision: 40350
---

diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index ccad7d921c..83edfc614f 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -47,7 +47,8 @@ CONFIGURE_ARGS += \
 	--target=$(REAL_GNU_TARGET_NAME) \
 	--disable-werror \
 	--disable-nls \
-	--disable-device-mapper
+	--disable-device-mapper \
+	--disable-grub-mkfont
 
 HOST_CONFIGURE_ARGS += \
 	--target=$(REAL_GNU_TARGET_NAME) \