grub2: disable mkfont - fix build on Archlinux
authorFelix Fietkau <nbd@openwrt.org>
Sun, 30 Mar 2014 19:55:43 +0000 (19:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 30 Mar 2014 19:55:43 +0000 (19:55 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 40350

package/boot/grub2/Makefile

index ccad7d921c6b3e56953ce268279ae6c6f50aab3f..83edfc614f2a9395e67eff7625c4d21ad79581d1 100644 (file)
@@ -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) \