summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-30 19:55:43 +0000
commita558ce7e21626b41e00fa4e694236ba69f099a89 (patch)
tree3fa785c6a193130a158c6cdc6a05cc01587f3d2e /package/boot/grub2
parentfa4d4a62bfb7fa895d7c31a00c075aaea8245579 (diff)
downloadmaster-31e0f0ae-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.gz
master-31e0f0ae-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.bz2
master-31e0f0ae-a558ce7e21626b41e00fa4e694236ba69f099a89.zip
grub2: disable mkfont - fix build on Archlinux
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40350
Diffstat (limited to 'package/boot/grub2')
-rw-r--r--package/boot/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
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) \