diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-30 19:55:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-30 19:55:43 +0000 |
commit | a558ce7e21626b41e00fa4e694236ba69f099a89 (patch) | |
tree | 3fa785c6a193130a158c6cdc6a05cc01587f3d2e /package/boot/grub2 | |
parent | fa4d4a62bfb7fa895d7c31a00c075aaea8245579 (diff) | |
download | upstream-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.gz upstream-a558ce7e21626b41e00fa4e694236ba69f099a89.tar.bz2 upstream-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/Makefile | 3 |
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) \ |