grub: use --disable-werror on ./configure

work around build issues on very bleeding edge distros

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2024-01-21 00:18:35 +00:00
parent 33e25a3355
commit 1d971fcdc9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git --disable-werror"
autoconfargs="--with-platform=coreboot"
makeargs="FS_PAYLOAD_MODULES=\"\""