projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ce786
)
grub2: disable mkfont - fix build on Archlinux
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 30 Mar 2014 19:55:43 +0000
(19:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 30 Mar 2014 19:55:43 +0000
(19:55 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40350
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/boot/grub2/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/grub2/Makefile
b/package/boot/grub2/Makefile
index
ccad7d9
..
83edfc6
100644
(file)
--- 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) \