Explorar el Código

grub2: disable mkfont - fix build on Archlinux

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

SVN-Revision: 40350
Felix Fietkau hace 11 años
padre
commit
a558ce7e21
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package/boot/grub2/Makefile

+ 2 - 1
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) \