Noted Wget compilation problem with pod2man from the latest Perl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11268 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-06-05 17:13:27 +00:00
parent 3d1cbd99b9
commit 6e513ed4b8

View File

@ -104,6 +104,13 @@
--with-ssl=openssl &&
make</userinput></screen>
<note>
<para><command>make</command> will fail if you have installed Perl version
5.18.0 or later as the <command>pod2man</command> script was changed. This
is actually only a warning, and not a fatal error. Running
<command>make</command> a second time will terminate correctly.</para>
</note>
<para>
To test the results, issue: <command>make check</command>.
</para>