Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/perl.xml

    r6c51e5ce refd83db  
    5858
    5959    <variablelist>
    60       <title>The meaning of the Configure options:</title>
    61 
     60      <title>The meaning of the new Configure options:</title>
    6261      <varlistentry>
    6362        <term><parameter>-des</parameter></term>
     
    6665          all items; -e ensures completion of all tasks; -s silences
    6766          non-essential output.</para>
    68         </listitem>
    69       </varlistentry>
    70 
    71       <varlistentry>
    72         <term><parameter>-Dvendorprefix=/usr</parameter></term>
    73         <listitem>
    74           <para>This ensures <command>perl</command> knows how to
    75           tell packages where they should install their Perl modules.</para>
    76         </listitem>
    77       </varlistentry>
    78 
    79       <varlistentry>
    80         <term><parameter>-Duseshrplib</parameter></term>
    81         <listitem>
    82           <para>Build <systemitem class='library'>libperl</systemitem>
    83           needed by some Perl modules as a shared library, instead of
    84           a static library.</para>
    85         </listitem>
    86       </varlistentry>
    87 
    88       <varlistentry>
    89         <term><parameter>-Dprivlib,-Darchlib,-Dsitelib,...</parameter></term>
    90         <listitem>
    91           <para>These settings define where Perl looks for installed
    92           modules. The LFS editors chose to put them in a directory structure
    93           based on the MAJOR.MINOR version of Perl (&perl-version-min;) which
    94           allows upgrading Perl to newer patch levels (the patch level is
    95           the last dot separated part in the full version string like
    96           &perl-version;) without reinstalling all of the modules.</para>
    9767        </listitem>
    9868      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.