Changeset f8756ab for chapter06/flex.xml


Ignore:
Timestamp:
02/15/2014 12:40:11 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3e2ac00
Parents:
e88c73c
Message:

Merge latest LFS SVN.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    re88c73c rf8756ab  
    4848    <para>Prepare Flex for compilation:</para>
    4949
    50 <screen><userinput remap="configure">./configure --prefix=/usr \
     50<screen><userinput remap="configure">./configure --prefix=/usr    \
     51            --disable-static \
    5152            --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
    5253
     
    6263
    6364<screen><userinput remap="install">make install</userinput></screen>
    64 
     65<!--
    6566    <para>There are some packages that expect to find the
    6667    <filename class="libraryfile">lex</filename> library in <filename
     
    6970
    7071<screen><userinput remap="install">ln -sv libfl.a /usr/lib/libl.a</userinput></screen>
    71 
     72-->
    7273    <para>A few programs do not know about <command>flex</command> yet and
    7374    try to run its predecessor, <command>lex</command>. To support those
     
    9899      <seglistitem>
    99100        <seg>flex, flex++ (link to flex), and lex</seg>
    100         <seg>libfl.a and libfl_pic.a</seg>
     101        <seg>libfl.so and libfl_pic.so</seg>
    101102        <seg>/usr/share/doc/flex-&flex-version;</seg>
    102103      </seglistitem>
     
    142143      </varlistentry>
    143144
    144       <varlistentry id="libfl.a">
     145      <varlistentry id="libfl.so">
    145146        <term><filename class="libraryfile">libfl.a</filename></term>
    146147        <listitem>
    147148          <para>The <filename class="libraryfile">flex</filename> library</para>
    148           <indexterm zone="ch-system-flex libfl.a">
    149             <primary sortas="c-libfl.a">libfl.a</primary>
     149          <indexterm zone="ch-system-flex libfl.so">
     150            <primary sortas="c-libfl.so">libfl.so</primary>
    150151          </indexterm>
    151152        </listitem>
Note: See TracChangeset for help on using the changeset viewer.