summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-21 00:18:35 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-21 00:18:35 +0000
commit1d971fcdc94c2496df3b1cc0026561b731adc6e6 (patch)
treef6d2362e2601a5e3eadebc3648dd536e6c83a38d /config
parent33e25a3355318e15e24401ac986df62db1e58336 (diff)
grub: use --disable-werror on ./configure
work around build issues on very bleeding edge distros Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/grub/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/target.cfg b/config/grub/target.cfg
index 9b34245e..af23ce6c 100644
--- a/config/grub/target.cfg
+++ b/config/grub/target.cfg
@@ -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=\"\""