Ignore:
Timestamp:
07/06/2009 06:54:06 AM (15 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.5, 6.6, 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:
68460dd
Parents:
94e6954
Message:

Update to sed 4,2,1
Update to Linux 2.6.30.1
Correct GCC to use -fomit-frame-pointer
Add pkg-config
Remove --with-col from Man-DB
Move Util-Linux-NG to before E2fsprogs in Chapter 6
Update to e2fsprogs-1.41.7
Remove E2fsprogs in Chapter 5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r94e6954 rd35b7f3  
    5959
    6060<screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
    61     --enable-elf-shlibs</userinput></screen>
     61    --enable-elf-shlibs --disable-libblkid --disable-libuuid</userinput></screen>
    6262
    6363    <variablelist>
     
    114114    be removed later.</para>
    115115
    116 <screen><userinput remap="install">chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
     116<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen>
    117117
    118118    <para>This package installs a gzipped
     
    132132install -v -m644 doc/com_err.info /usr/share/info
    133133install-info --dir-file=/usr/share/info/dir \
    134              /usr/share/info/com_err.info
    135 
    136 install -v -m644 -D ../doc/libblkid.txt \
    137         /usr/share/doc/e2fsprogs-&e2fsprogs-version;/libblkid.txt</userinput></screen>
    138 
     134             /usr/share/info/com_err.info</userinput></screen>
    139135  </sect2>
    140136
     
    152148        mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
    153149        mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
    154         <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
    155         libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
     150        <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and
     151        libss.{a,so}</seg>
    156152      </seglistitem>
    157153    </segmentedlist>
     
    514510      </varlistentry>
    515511
    516       <varlistentry id="libblkid">
    517         <term><filename class="libraryfile">libblkid</filename></term>
    518         <listitem>
    519           <para>Contains routines for device identification and token
    520           extraction</para>
    521           <indexterm zone="ch-system-e2fsprogs libblkid">
    522             <primary sortas="c-libblkid">libblkid</primary>
    523           </indexterm>
    524         </listitem>
    525       </varlistentry>
    526 
    527512      <varlistentry id="libcom_err">
    528513        <term><filename class="libraryfile">libcom_err</filename></term>
     
    567552      </varlistentry>
    568553
    569       <varlistentry id="libuuid">
    570         <term><filename class="libraryfile">libuuid</filename></term>
    571         <listitem>
    572           <para>Contains routines for generating unique identifiers for objects
    573           that may be accessible beyond the local system</para>
    574           <indexterm zone="ch-system-e2fsprogs libuuid">
    575             <primary sortas="c-libuuid">libuuid</primary>
    576           </indexterm>
    577         </listitem>
    578       </varlistentry>
    579 
    580554    </variablelist>
    581555
Note: See TracChangeset for help on using the changeset viewer.