Added an optional dependency and a note about a build problem to the libsoup instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2734 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-09-10 20:38:09 +00:00
parent f6f7820d63
commit eed7fc88c5
2 changed files with 15 additions and 4 deletions

View File

@ -43,7 +43,8 @@
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="gtk-doc"/> and
<xref linkend="gtk-doc"/>,
<xref linkend="docbook-utils"/> and
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
needs <ulink
url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
@ -59,12 +60,21 @@ in that order.)
<sect2>
<title>Installation of <application>libsoup</application></title>
<para>Install <application>libsoup</application> by running the following commands:</para>
<para>Install <application>libsoup</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>Some versions of <application>GnuTLS</application> will cause the
<application>libsoup</application> build to fail. You can use the following
<command>sed</command> command before the build to fix this problem.</para>
</note>
<screen><userinput><command>sed -i -e "s@status \&amp; GNUTLS_CERT_CORRUPTED ||@/* status \&amp; GNUTLS_CERT_CORRUPTED || */@" \
libsoup/soup-gnutls.c</command></userinput></screen>
</sect2>
<sect2>

View File

@ -24,7 +24,8 @@ who wrote what.</para>
<listitem><para>September 10th, 2004 [randy]: Corrected OpenSP instructions
to fix hard-coded version (replaced with version entity) as suggested by
Nico Roeser.</para></listitem>
Nico Roeser; added optional dependencies and a note to fix a build problem
to the libsoup instructions.</para></listitem>
<listitem><para>September 10th, 2004 [randy]: Added gcc34 patch to
GNOME-Terminal to fix an LFS-6.0 build problem; added required