aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/grub2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-02-22 09:29:54 +0100
committerFelix Fietkau <nbd@nbd.name>2018-02-22 09:30:22 +0100
commit1b13cbc15b2922d6b79c1e481b252934591326bd (patch)
tree3893c628a084c836aee8031c71798c8ef5e2503f /package/boot/grub2
parent7a97588bc6ae70a134456833d4d489148e38a5aa (diff)
downloadupstream-1b13cbc15b2922d6b79c1e481b252934591326bd.tar.gz
upstream-1b13cbc15b2922d6b79c1e481b252934591326bd.tar.bz2
upstream-1b13cbc15b2922d6b79c1e481b252934591326bd.zip
grub2: disable building platform code for target utility
It is not used and it was causing a build error with GCC 7.3 Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 8cfc0dcff9..b2ae171569 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -60,7 +60,8 @@ CONFIGURE_ARGS += \
--disable-nls \
--disable-device-mapper \
--disable-libzfs \
- --disable-grub-mkfont
+ --disable-grub-mkfont \
+ --with-platform=none
HOST_CONFIGURE_VARS += \
grub_build_mkfont_excuse="don't want fonts"