aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:48:13 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:48:13 +0000
commitc288d971d11a78cde87a5f4c0583ab9a43fbfeba (patch)
tree7d780a5e793f11d0e3fd12fb28331ac6f2051c20 /chapter05/perl.xml
parent6da8f0dd24273b2f1e8a0dc2004d18d5fa556d5a (diff)
Turning some ./configures into a single line, taking 72 as max-width.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 0583d2f72..dccb191c0 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -17,7 +17,8 @@
<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
-<para>Now prepare Perl for compilation:</para>
+<para>Now prepare Perl for compilation (make sure to get the 'IO Fcntl'
+right, they are all letters):</para>
<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl'</userinput></screen>