mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 14:52:10 +00:00
Reword explanation of Perl's Configure command. Fixes #2623.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7249d0a2e7
commit
894367e84b
@ -62,10 +62,10 @@
|
|||||||
-e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \
|
-e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \
|
||||||
ext/Compress-Raw-Zlib/config.in</userinput></screen>
|
ext/Compress-Raw-Zlib/config.in</userinput></screen>
|
||||||
|
|
||||||
<para>To have full control over the way Perl is set up, you can run the
|
<para>To have full control over the way Perl is set up, you can remove the
|
||||||
interactive <command>Configure</command> script and hand-pick the way this
|
<quote>-des</quote> options from the following command and hand-pick the way
|
||||||
package is built. If you prefer, you can use the defaults that Perl
|
this package is built. Alteratively, use the command exactly as below to
|
||||||
auto-detects, by preparing Perl for compilation with:</para>
|
use the defaults that Perl auto-detects:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \
|
<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \
|
||||||
-Dvendorprefix=/usr \
|
-Dvendorprefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user