Ignore:
Timestamp:
May 16, 2006, 12:59:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1cf4aa4
Parents:
1b5c73b
Message:

r3529@server (orig r1611): chris | 2006-05-15 23:56:47 -0700
Updated package build instructions as needed for the modified build order

File:
1 edited

Legend:

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

    r1b5c73b r541137b  
    3838    prepare Perl for compilation with:</para>
    3939
    40 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     40<screen os="b"><userinput>./configure.gnu --prefix=/usr \
     41   -Dman1dir=/usr/share/man/man1 \
     42   -Dman3dir=/usr/share/man/man3 \
     43   -Dpager="/bin/less -isR"</userinput></screen>
    4144
    4245    <variablelist os="c">
     
    4851          <para>This corrects an error in the way that <command>perldoc</command>
    4952          invokes the <command>less</command> program.</para>
     53        </listitem>
     54      </varlistentry>
     55      <varlistentry os="c2">
     56        <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term>
     57        <listitem>
     58          <para>Since Groff is not installed yet,
     59          <command>configure.gnu</command> thinks that we do not want
     60          man pages for Perl. Issuing these parameters overrides this decision.</para>
    5061        </listitem>
    5162      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.