Changeset eed7fc8


Ignore:
Timestamp:
09/10/2004 08:38:09 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ec93ac6
Parents:
f6f7820
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/libsoup.xml

    rf6f7820 reed7fc8  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY libsoup-download-http "http://ftp.gnome.org/pub/gnome/sources/libsoup/1.99/libsoup-&libsoup-version;.tar.bz2">
    77  <!ENTITY libsoup-download-ftp  "ftp://ftp.gnome.org/pub/gnome/sources/libsoup/1.99/libsoup-&libsoup-version;.tar.bz2">
     
    4444<sect4><title>Optional</title>
    4545<para>
    46 <xref linkend="gtk-doc"/> and
     46<xref linkend="gtk-doc"/>,
     47<xref linkend="docbook-utils"/> and
    4748<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
    4849needs <ulink
     
    6061<title>Installation of <application>libsoup</application></title>
    6162
    62 <para>Install <application>libsoup</application> by running the following commands:</para>
     63<para>Install <application>libsoup</application> by running the following
     64commands:</para>
    6365
    6466<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
    6567make &amp;&amp;
    6668make install</command></userinput></screen>
     69
     70<note><para>Some versions of <application>GnuTLS</application> will cause the
     71<application>libsoup</application> build to fail. You can use the following
     72<command>sed</command> command before the build to fix this problem.</para>
     73</note>
     74
     75<screen><userinput><command>sed -i -e "s@status \&amp; GNUTLS_CERT_CORRUPTED ||@/* status \&amp; GNUTLS_CERT_CORRUPTED || */@" \
     76    libsoup/soup-gnutls.c</command></userinput></screen>
    6777
    6878</sect2>
  • introduction/welcome/changelog.xml

    rf6f7820 reed7fc8  
    2525<listitem><para>September 10th, 2004 [randy]: Corrected OpenSP instructions 
    2626to fix hard-coded version (replaced with version entity) as suggested by
    27 Nico Roeser.</para></listitem>
     27Nico Roeser; added optional dependencies and a note to fix a build problem
     28to the libsoup instructions.</para></listitem>
    2829
    2930<listitem><para>September 10th, 2004 [randy]: Added gcc34 patch to
Note: See TracChangeset for help on using the changeset viewer.