Changeset 74239ce


Ignore:
Timestamp:
04/30/2015 02:56:37 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
1bea834
Parents:
1b7e027d
Message:

gnutls fixes: doc/manpages/Makefile does not exist when we start, so sed the .in version; p11-kit should be recommended, and document how to work around its absence; minor grammar fix. Seems to be ok on gcc-5, but I've omitted what is now a recommended dependency, so I cannot tag it.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r1b7e027d r74239ce  
    9999    <bridgehead renderas="sect4">Recommended</bridgehead>
    100100    <para role="recommended">
    101       <xref linkend="cacerts"/> and
    102       <xref linkend="libtasn1"/>
     101      <xref linkend="cacerts"/>,
     102      <xref linkend="libtasn1"/> and
     103      <xref linkend="p11-kit"/>
    103104    </para>
    104105
     
    109110      <xref linkend="guile"/>,
    110111      <xref linkend="libidn"/>,
    111       <xref linkend="p11-kit"/>,
    112112      <xref linkend="texlive"/> or <xref linkend="tl-installer"/>,
    113113      <xref linkend="unbound"/> (to build the DANE library),
     
    140140    -e '/get_x509_key/ {n;d}'     \
    141141    -e '/get_verify_flags/ {n;d}' \
    142     -i doc/manpages/Makefile      &amp;&amp;
     142    -i doc/manpages/Makefile.in   &amp;&amp;
    143143
    144144./configure --prefix=/usr \
     
    189189    <para>
    190190      <option>--enable-openssl-compatibility</option>:
    191       Use this switch if you wish building the OpenSSL compatibility library.
     191      Use this switch if you wish to build the OpenSSL compatibility library.
     192    </para>
     193
     194    <para>
     195      <option>--without-p11-kit</option>: use this switch if you have not
     196      installed <application>p11-kit</application>.
    192197    </para>
    193198
Note: See TracChangeset for help on using the changeset viewer.