From a558ce7e21626b41e00fa4e694236ba69f099a89 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 30 Mar 2014 19:55:43 +0000 Subject: grub2: disable mkfont - fix build on Archlinux Signed-off-by: Alexander Couzens SVN-Revision: 40350 --- package/boot/grub2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/boot/grub2/Makefile') diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index ccad7d9..83edfc6 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) \ -- cgit v1.1