changeset 173:79b65e5164dd

core/grub: fix build on musl
author David Demelier <markand@malikania.fr>
date Fri, 15 Mar 2019 19:36:52 +0100
parents a87500e1a041
children 921e8785850a
files core/grub/grub.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/grub/grub.sh	Fri Mar 15 19:16:01 2019 +0100
+++ b/core/grub/grub.sh	Fri Mar 15 19:36:52 2019 +0100
@@ -72,6 +72,8 @@
 		--target=$CTARGET \
 		--prefix=/usr \
 		--disable-libzfs \
+		--disable-efiemu \
+		--disable-werror \
 		--with-platform="$1" \
 		$with_lzma \
 		$with_nls