Changeset b815cec for chapter06


Ignore:
Timestamp:
08/13/2012 08:20:36 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
778deac
Parents:
c03b8a0
Message:

Updated to flex-2.5.37

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    rc03b8a0 rb815cec  
    4242    <title>Installation of Flex</title>
    4343
    44     <para>Apply a patch that fixes a bug in the C++ scanner generator, that causes scanner compilation to fail when using GCC-&gcc-version;:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&flex-gcc-patch;</userinput></screen>
    47 
    4844    <para>Prepare Flex for compilation:</para>
    4945
     
    5753
    5854<screen><userinput remap="test">make -k check</userinput></screen>
     55
     56    <para>There are two tests that fail due to incompatibilities
     57    with the most recent version of bison.</para>
    5958
    6059    <para>Install the package:</para>
  • chapter06/grub.xml

    rc03b8a0 rb815cec  
    5050            --sysconfdir=/etc      \
    5151            --disable-grub-emu-usb \
    52             --disable-efiemu</userinput></screen>
    53 
    54     <para>The --disable switches minimize what is built by disabling features
    55     and testing programs not really needed for LFS.</para>
     52            --disable-efiemu       \
     53            --disable-werror</userinput></screen>
     54
     55    <para>The --disable-werror option allows the build to complete with
     56    warnings introduced by more recent flex versions.  The other --disable
     57    switches minimize what is built by disabling features and testing programs
     58    not needed for LFS.</para>
    5659
    5760    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.