Ignore:
Timestamp:
Jun 19, 2006, 6:29:11 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
623ee68
Parents:
f30ec39
Message:

r3982@server: jim | 2006-06-19 18:25:53 -0700
Updated Linux MIPS Patch. Made Perl Use threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    rf30ec39 rc33fed0  
    4141   -Dman1dir=/usr/share/man/man1 \
    4242   -Dman3dir=/usr/share/man/man3 \
    43    -Dpager="/bin/less -isR"</userinput></screen>
     43   -Dpager="/bin/less -isR" \
     44   -Dusethreads</userinput></screen>
    4445
    4546    <variablelist os="c">
     
    5960          <command>configure.gnu</command> thinks that we do not want
    6061          man pages for Perl. Issuing these parameters overrides this decision.</para>
     62        </listitem>
     63      </varlistentry>
     64      <varlistentry os="c3">
     65        <term><parameter>-Dusethreads</parameter></term>
     66        <listitem>
     67          <para>This tells Perl to use threads.</para>
    6168        </listitem>
    6269      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.