Changeset 4d2077d


Ignore:
Timestamp:
05/03/2010 03:27:00 AM (14 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, 6.7, 6.8, 7.0, 7.1, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1c72dda
Parents:
a8a87e6
Message:

Adjust zlib instructions to ensure .pc file and all libraries are in the proper
location. Thanks to Chris Staub.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    ra8a87e6 r4d2077d  
    153153
    154154        <seglistitem>
    155          <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
     155         <seg>Bash, Binutils, Coreutils, Diffutils, File, Gawk, GCC, Glibc, Grep,
    156156         Make, Perl, Sed, Texinfo and Zlib</seg>
    157157        </seglistitem>
  • chapter01/changelog.xml

    ra8a87e6 r4d2077d  
    3838-->
    3939    <listitem>
     40      <para>2010-05-03</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add file to Chapter 5 to remove several warning
     44          messages in Chapter 6 binutils.
     45          Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2010-04-20</para>
    4152      <itemizedlist>
  • chapter05/chapter05.xml

    ra8a87e6 r4d2077d  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
  • chapter06/chapter06.xml

    ra8a87e6 r4d2077d  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpfr.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
    3029  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
     
    5150  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
    5251  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
     52  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
  • general.ent

    ra8a87e6 r4d2077d  
    1 <!ENTITY version "SVN-20100420">
    2 <!ENTITY releasedate "April 20, 2010">
     1<!ENTITY version "SVN-20100503">
     2<!ENTITY releasedate "May 3, 2010">
    33<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.7">
  • packages.ent

    ra8a87e6 r4d2077d  
    124124<!ENTITY file-md5 "accade81ff1cc774904b47c72c8aeea0">
    125125<!ENTITY file-home "http://www.darwinsys.com/file/">
     126<!ENTITY file-ch5-du "9.5 MB">
     127<!ENTITY file-ch5-sbu "0.2 SBU">
    126128<!ENTITY file-ch6-du "9.5 MB">
    127129<!ENTITY file-ch6-sbu "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.