Ignore:
Timestamp:
06/28/2017 05:13:28 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.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:
5e37f876
Parents:
17a38b0
Message:

Make OpenSSL a recommended dep of Lynx

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/lynx.xml

    r17a38b0 rf22fa770  
    6262      <listitem>
    6363        <para>
    64           Optional patch to build with openssl-1.1:
     64          Patch to build with openssl-1.1:
    6565          <ulink url="&patch-root;/lynx-&lynx-version;-openssl_1.1.0-1.patch"/>
    6666        </para>
     
    7070    <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
    7171
     72    <bridgehead renderas="sect4">Recommended</bridgehead>
     73    <para role="recommended">
     74      <xref linkend="openssl"/>
     75    </para>
     76
    7277    <bridgehead renderas="sect4">Optional</bridgehead>
    7378    <para role="optional">
    74       <xref linkend="openssl"/> or
    75       <xref linkend="gnutls"/> (experimental),
     79      <xref linkend="gnutls"/> (experimental, to replace openssl),
    7680      <xref linkend="zip"/>,
    7781      <xref linkend="unzip"/>,
     
    9094    <title>Installation of Lynx</title>
    9195    <para>
    92       If you want to build <application>Lynx</application> with openssl-1.1,
    93       issue:
     96      Apply a patch to build <application>Lynx</application> with openssl-1.1:
    9497    </para>
    9598
     
    104107            --with-zlib            \
    105108            --with-bzlib           \
     109            --with-ssl             \
    106110            --with-screen=ncursesw \
    107111            --enable-locale-charset &amp;&amp;
     
    138142    linking <filename class="libraryfile">libbz2</filename> into
    139143    <application>Lynx</application>.</para>
     144
     145    <para><parameter>--with-ssl</parameter>: This enables support for
     146    linking SSL into <application>Lynx</application>.</para>
    140147
    141148    <para><parameter>--with-screen=ncursesw</parameter>: This switch enables
     
    158165    questions about cookies and SSL certificates).</para>
    159166
    160     <para><option>--with-ssl</option>: This enables support for
    161     linking SSL into <application>Lynx</application>.</para>
    162 
    163     <!-- Fixed at version 2.8.8
    164     <note><para>Due to an error in the <command>configure</command>
    165     process, building with <application>openssl</application> also requires
    166     running the following before running <command>make</command>.
    167 
    168     <screen><userinput>echo "#define USE_OPENSSL_INCL 1" >> lynx_cfg.h</userinput></screen>
    169     </para></note>
    170     -->
    171 
    172167    <para><option>--with-gnutls</option>: This enables experimental support
    173168    for linking <application>GnuTLS</application> into
    174     <application>Lynx</application>.</para>
     169    <application>Lynx</application>. Remove the
     170    <parameter>--with-ssl</parameter>  switch if you want to use gnutls.</para>
    175171
    176172    <para><command>make install-full</command>: In addition to the standard
Note: See TracChangeset for help on using the changeset viewer.