Changeset 556edfd for networking


Ignore:
Timestamp:
10/07/2018 12:13:41 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f761b03
Parents:
72bc906
Message:

Update to libsoup-2.64.1, and add an option to remove GSSAPI support by default.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20594 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r72bc906 r556edfd  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.64/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "75bf3cb20d5c045922140c5e01b10696">
     11  <!ENTITY libsoup-md5sum        "93b1a0dff827529536d408fa9e6f747f">
    1212  <!ENTITY libsoup-size          "1.7 MB">
    13   <!ENTITY libsoup-buildsize     "27 MB (with tests)">
     13  <!ENTITY libsoup-buildsize     "145 MB (with tests)"> <!-- Large increase between minor versions -->
    1414  <!ENTITY libsoup-time          "0.3 SBU (with tests)">
    1515]>
     
    118118cd build &amp;&amp;
    119119
    120 meson --prefix=/usr -Dvapi=true .. &amp;&amp;
     120meson --prefix=/usr -Dvapi=true -Dgssapi=false .. &amp;&amp;
    121121ninja</userinput></screen>
    122122
     
    142142    </para>
    143143
    144 <!--
    145     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146       href="../../xincludes/gtk-doc-rebuild.xml"/>
    147 -->
    148 
    149144    <para>
    150145      <option>-Ddoc=true</option>: Use this option if you want to build
    151146      the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
     147    </para>
     148
     149    <para>
     150      <option>-Dgssapi=false</option>: libsoup defaults to building with GSSAPI support,
     151      which requires Kerberos (as does the test suite). If you are building GNOME or
     152      have kerberos installed, remove this option.
    152153    </para>
    153154
Note: See TracChangeset for help on using the changeset viewer.