grub2.cfg: fix GRUB compilation with GCC 12.

This commit is contained in:
Karel Gardas 2023-03-19 23:13:15 +01:00
parent da7b5a7f4d
commit 0054104e37

View File

@ -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