diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 00:18:35 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 00:18:35 +0000 |
commit | 1d971fcdc94c2496df3b1cc0026561b731adc6e6 (patch) | |
tree | f6d2362e2601a5e3eadebc3648dd536e6c83a38d /config | |
parent | 33e25a3355318e15e24401ac986df62db1e58336 (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.cfg | 2 |
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=\"\"" |