Changeset 0fe68721


Ignore:
Timestamp:
02/13/2014 08:05:42 PM (10 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, 7.5, 7.6, 7.7, 7.8, 7.9, 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:
8b69ae4
Parents:
12bed83
Message:

Disable building static flex libraries.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    r12bed83 r0fe68721  
    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.