Browse Source

grub2: disable mkfont - fix build on Archlinux

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 40350
Felix Fietkau 11 years ago
parent
commit
a558ce7e21
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/boot/grub2/Makefile

+ 2 - 1
package/boot/grub2/Makefile

@@ -47,7 +47,8 @@ CONFIGURE_ARGS += \
 	--target=$(REAL_GNU_TARGET_NAME) \
 	--target=$(REAL_GNU_TARGET_NAME) \
 	--disable-werror \
 	--disable-werror \
 	--disable-nls \
 	--disable-nls \
-	--disable-device-mapper
+	--disable-device-mapper \
+	--disable-grub-mkfont
 
 
 HOST_CONFIGURE_ARGS += \
 HOST_CONFIGURE_ARGS += \
 	--target=$(REAL_GNU_TARGET_NAME) \
 	--target=$(REAL_GNU_TARGET_NAME) \