Changeset 5d15cba for chapter06/flex.xml


Ignore:
Timestamp:
11/22/2016 05:15:50 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d49e97c, d5a25a8
Parents:
af97530c
Message:

Update to Linux-4.8.10, add flex-2.6.2-fixes-1.patch, correct systemd /sbin/sulogin issue. Fixes issues #4003, #4005, and #4006.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    raf97530c r5d15cba  
    4242    <title>Installation of Flex</title>
    4343
     44    <para>Fix an issue that was discovered after release:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; &amp;&amp;
     47touch src/scan.*</userinput></screen>
     48
    4449    <para>The build procedure assumes the <application>help2man</application>
    4550    program is available to create a man page from the executable --help option.
    46     This is not present, so we use an environment variable to skip this process. 
     51    This is not present, so we use an environment variable to skip this process.
    4752    Now, prepare Flex for compilation:</para>
    4853
     
    5863<screen><userinput remap="test">make check</userinput></screen>
    5964
    60     <para>There is one known test failure.</para>
     65    <para>One test, <emphasis>cxx_restart</emphasis>, is known to fail.</para>
    6166
    6267    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.