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

work around build issues on very bleeding edge distros

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-01-21 00:18:35 +00:00
parent 33e25a3355
commit 1d971fcdc9
+1 -1
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=\"\""