mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
grub2.cfg: fix GRUB compilation with GCC 12.
This commit is contained in:
parent
da7b5a7f4d
commit
0054104e37
@ -56,7 +56,8 @@ URL: https://www.gnu.org/software/grub/index.html
|
||||
--mandir=%{_mandir} --infodir=%{_infodir} \
|
||||
--with-platform=%{grub2_platform} \
|
||||
--target=%{grub2_target} \
|
||||
--disable-libzfs # broken on FreeBSD and not needed at all
|
||||
--disable-libzfs \ # broken on FreeBSD and not needed at all
|
||||
--disable-werror # fixes compilation by GCC 12
|
||||
|
||||
%{__make} %{?_smp_mflags} all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user