Added a note to add --enable-yydebug to libpcap instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3444 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-12 01:16:58 +00:00
parent 55c657e0af
commit fdcfc4cf58
2 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,13 @@ following commands:</para>
make &amp;&amp;
make install</command></userinput></screen>
<note><para>Some applications, including <ulink
url="http://www.tcpdump.org/">tcpdump</ulink>, require
<option>--enable-yydebug</option> passed to <command>configure</command>
when building <application>libpcap</application> to enable the parser
debugging code. <application>tcpdump</application> will fail to build if
you don't pass this parameter.</para></note>
</sect2>
<sect2>

View File

@ -24,6 +24,7 @@ who wrote what.</para>
<listitem><para>February 11th, 2005 [randy]: Added md5sums to Chapter 18,
19 and 20 package instructions; changed FTP download URL in NcFTP and Pine
instructions; added a note about using --enable-yydebug to libpcap
instructions.</para></listitem>
<listitem><para>February 10th, 2005 [larry]: Updated to emacs-21.4 and