diff options
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index ea8f649da..34bababd6 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -49,10 +49,13 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-grub-emu-usb \ - --disable-efiemu</userinput></screen> + --disable-efiemu \ + --disable-werror</userinput></screen> - <para>The --disable switches minimize what is built by disabling features - and testing programs not really needed for LFS.</para> + <para>The --disable-werror option allows the build to complete with + warnings introduced by more recent flex versions. The other --disable + switches minimize what is built by disabling features and testing programs + not needed for LFS.</para> <para>Compile the package:</para> |