Ignore:
Timestamp:
10/26/2014 02:55:55 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
169031f
Parents:
cb9c6940
Message:

More conversion.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14740 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    rcb9c6940 r0e389d13  
    111111      <xref linkend="unbound"/> (to build the DANE library),
    112112      <xref linkend="valgrind"/> (used during the test suite),
    113       <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>, and
     113      <ulink url="http://ftp.gnu.org/gnu/autogen/">Autogen</ulink>, and
    114114      <ulink url="http://sourceforge.net/projects/trousers/files/trousers/">Trousers</ulink> (Trusted Platform Module support)
    115115    </para>
     
    134134    </para>
    135135
    136 <screen><userinput>./configure --prefix=/usr \
    137             --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
     136<screen><userinput>./configure --prefix=/usr &amp;&amp;
    138137make</userinput></screen>
    139138
     
    163162  <sect2 role="commands">
    164163    <title>Command Explanations</title>
    165 
    166     <para>
    167       <parameter>--with-default-trust-store-file=/etc/ssl/ca-bundle.crt</parameter>:
    168       This switch tells <command>configure</command> where to find the
    169       CA Certificates.
    170     </para>
    171164
    172165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    191184          libgnutls.so, libgnutls-dane.so,
    192185          libgnutls-openssl.so, libgnutlsxx.so, and
    193           /usr/lib/guile/2.0/guile-gnutls-v-2.so
     186          guile-gnutls-v-2.so (<application>Guile</application> Module
    194187        </seg>
    195188        <seg>
Note: See TracChangeset for help on using the changeset viewer.