Ignore:
Timestamp:
10/04/2017 07:31:13 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
50b3dd0
Parents:
55a66dab
Message:

Updates:

  • mesa-17.2.1
  • llvm-5.0.0
  • fontconfig-2.12.6
  • joe-4.5
  • krb5-1.15.2
  • git-2.14.2
  • enchant-2.1.2
  • php-7.1.10
  • add a file setting GIO_USE_TLS in the configuration section of glib-networking

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/glib-networking.xml

    r55a66dab rb7a300f7  
    137137  </sect2>
    138138
     139  <sect2 role="configuration">
     140    <title>Configuring Glib-networking</title>
     141
     142    <sect3 id="glib-networking-config">
     143      <title>Config Files</title>
     144      <para>
     145        <filename>/etc/profile.d/gio.sh</filename>
     146      </para>
     147
     148      <indexterm zone="glib-networking glib-networking-config">
     149        <primary
     150        sortas="e-etc-profile.d-gio.sh">/etc/profile.d/gio.sh</primary>
     151      </indexterm>
     152    </sect3>
     153
     154    <sect3><title>Configuration Information</title>
     155
     156      <para>
     157        For using the PKCS #11 modules, the <envar>GIO_USE_TLS</envar> variable
     158        should be set in the environment. This can be added to the Bash Startup
     159        Files (as the <systemitem class="username">root</systemitem> user):
     160      </para>
     161
     162<screen role="root"><userinput>cat &gt; /etc/profile.d/gio.sh &lt;&lt; "EOF"
     163<literal># Begin gio.sh
     164
     165export GIO_USE_TLS=gnutls-pkcs11
     166
     167# End gio.sh</literal>
     168EOF</userinput></screen>
     169    </sect3>
     170  </sect2>
     171
    139172  <sect2 role="content">
    140173    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.