Changeset 6982a04


Ignore:
Timestamp:
06/20/2005 06:44:12 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
07f6ab4
Parents:
f90e0f0
Message:

Updated flex patch.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf90e0f0 r6982a04  
    6262<listitem><para>bash-3.0-fixes-3.patch</para></listitem>
    6363<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
     64<listitem><para>flex-2.5.31-debian_fixes-3.patch</para></listitem>
    6465<listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem>
    6566<listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
     
    7677<itemizedlist>
    7778<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
     79<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
    7880<listitem><para>man-1.5o1-80cols-1.patch</para></listitem>
    7981<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
     
    8587</listitem>
    8688
     89<listitem><para>June 20th, 2005 [archaic]: Updated flex patch from -2 to -3.
     90</para></listitem>
     91
    8792<listitem><para>June 20th, 2005 [manuel]: Added a warning about kernel
    8893headers and Linux-Libc-Headers, plus fixed the list of installed files
  • chapter03/patches.xml

    rf90e0f0 r6982a04  
    5454<term>Flex Brokenness Patch - 8 KB:</term>
    5555<listitem>
    56 <para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para>
     56<para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-3.patch"/></para>
    5757</listitem>
    5858</varlistentry>
  • chapter05/flex.xml

    rf90e0f0 r6982a04  
    3131following patch:</para>
    3232
    33 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
     33<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-3.patch</userinput></screen>
    3434
    3535<para>The GNU autotools will detect that the Flex source code has been
  • chapter06/flex.xml

    rf90e0f0 r6982a04  
    3232<para>Flex contains several known bugs. Fix these with the following patch:</para>
    3333
    34 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-3.patch</userinput></screen>
    3535
    3636<para>The GNU autotools detects that the Flex source code has been
Note: See TracChangeset for help on using the changeset viewer.