Ignore:
Timestamp:
01/19/2017 04:17:56 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
93883ec
Parents:
f87f6d13
Message:

Update to make-ca.sh-20170119 and use openssl by default for wget.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    rf87f6d13 r87c38e8  
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref linkend="gnutls"/>
     79      <xref linkend="openssl"/>
    8080    </para>
    8181
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
     84      <xref linkend="gnutls"/>,
    8485      <xref linkend="libidn"/>,
    85       <xref linkend="openssl"/>,
    8686      <xref linkend="pcre"/>,
    8787      <xref linkend="valgrind"/> (optional for the test suite),
     
    105105
    106106<screen><userinput>./configure --prefix=/usr      \
    107             --sysconfdir=/etc  &amp;&amp;
     107            --sysconfdir=/etc  \
     108            --with-ssl=openssl &amp;&amp;
    108109make</userinput></screen>
    109110
    110111    <para>
    111112      To test the results, issue: <command>make check</command>. The HTTPS
    112       tests fail if <application>openssl</application> is used and
    113       <application>valgrind</application> is enabled.
     113      tests fail if <application>valgrind</application> is enabled.
    114114    </para>
    115115
     
    131131
    132132    <para>
    133       <option>--with-ssl=openssl</option>: This allows the program to use
     133      <parameter>--with-ssl=openssl</parameter>: This allows the program to use
    134134      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
    135135    </para>
Note: See TracChangeset for help on using the changeset viewer.