Ticket #2623: perl-update.patch

File perl-update.patch, 1.0 KB (added by chris@…, 15 years ago)
  • trunk/BOOK/chapter06/perl.xml

     
    6262       -e "s|LIB\s*= ./zlib-src|LIB        = /usr/lib|"         \
    6363    ext/Compress-Raw-Zlib/config.in</userinput></screen>
    6464
    65     <para>To have full control over the way Perl is set up, you can run the
    66     interactive <command>Configure</command> script and hand-pick the way this
    67     package is built. If you prefer, you can use the defaults that Perl
    68     auto-detects, by preparing Perl for compilation with:</para>
     65    <para>To have full control over the way Perl is set up, you can remove
     66    the <quote>-des</quote> options from the following command and hand-pick
     67    the way this package is built. If you prefer instead to use the defaults
     68    that Perl auto-detects, prepare Perl for compilation with:</para>
    6969
    7070<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \
    7171                  -Dvendorprefix=/usr           \