Ignore:
Timestamp:
03/18/2018 02:04:17 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7333fc0
Parents:
a1f26aa2
Message:

Update to glib-2.56.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    ra1f26aa2 r4509c956  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="lvm2"/>,
    78       <xref linkend="popt"/>, and one of
    79       <xref linkend="libgcrypt"/>,
    80       <xref linkend="nettle"/>, or
    81       <xref linkend="nss"/> (libgcrypt is the default)
     77      <xref linkend="lvm2"/> and
     78      <xref linkend="popt"/>
    8279    </para>
    8380
    8481    <bridgehead renderas="sect4">Optional</bridgehead>
    8582    <para role="optional">
     83      One of (<xref linkend="libgcrypt"/>,
     84      <xref linkend="nettle"/>, or
     85      <xref linkend="nss"/>),
    8686      <xref linkend="libpwquality"/>,
    8787      <xref linkend="python2"/>, and
     
    132132    </para>
    133133
    134 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     134<screen><userinput>./configure --prefix=/usr \
     135            --with-crypto_backend=openssl &amp;&amp;
    135136make</userinput></screen>
    136137
     
    148149  </sect2>
    149150
     151  <sect2 role="commands">
     152    <title>Command Explanations</title>
     153
     154    <para><parameter>--with-crypto_backend=openssl</parameter>:
     155    This parameter selects the cryptographic libraries to use
     156    with the application.  <application>gcrypt</application>
     157    is the default.</para>
     158
     159  </sect2>
    150160
    151161  <sect2 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.