Changeset f22fa770
- Timestamp:
- 06/28/2017 05:13:28 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5e37f876
- Parents:
- 17a38b0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r17a38b0 rf22fa770 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Make OpenSSL a recommended dependency of Lynx.</para> 50 </listitem> 51 <listitem> 49 52 <para>[pierre] - Update to unbound-1.6.4. Fixes 50 53 <ulink url="&blfs-ticket-root;9415">#9415</ulink>.</para> -
networking/textweb/lynx.xml
r17a38b0 rf22fa770 62 62 <listitem> 63 63 <para> 64 Optional patch to build with openssl-1.1:64 Patch to build with openssl-1.1: 65 65 <ulink url="&patch-root;/lynx-&lynx-version;-openssl_1.1.0-1.patch"/> 66 66 </para> … … 70 70 <bridgehead renderas="sect3">Lynx Dependencies</bridgehead> 71 71 72 <bridgehead renderas="sect4">Recommended</bridgehead> 73 <para role="recommended"> 74 <xref linkend="openssl"/> 75 </para> 76 72 77 <bridgehead renderas="sect4">Optional</bridgehead> 73 78 <para role="optional"> 74 <xref linkend="openssl"/> or 75 <xref linkend="gnutls"/> (experimental), 79 <xref linkend="gnutls"/> (experimental, to replace openssl), 76 80 <xref linkend="zip"/>, 77 81 <xref linkend="unzip"/>, … … 90 94 <title>Installation of Lynx</title> 91 95 <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: 94 97 </para> 95 98 … … 104 107 --with-zlib \ 105 108 --with-bzlib \ 109 --with-ssl \ 106 110 --with-screen=ncursesw \ 107 111 --enable-locale-charset && … … 138 142 linking <filename class="libraryfile">libbz2</filename> into 139 143 <application>Lynx</application>.</para> 144 145 <para><parameter>--with-ssl</parameter>: This enables support for 146 linking SSL into <application>Lynx</application>.</para> 140 147 141 148 <para><parameter>--with-screen=ncursesw</parameter>: This switch enables … … 158 165 questions about cookies and SSL certificates).</para> 159 166 160 <para><option>--with-ssl</option>: This enables support for161 linking SSL into <application>Lynx</application>.</para>162 163 <!-- Fixed at version 2.8.8164 <note><para>Due to an error in the <command>configure</command>165 process, building with <application>openssl</application> also requires166 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 172 167 <para><option>--with-gnutls</option>: This enables experimental support 173 168 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> 175 171 176 172 <para><command>make install-full</command>: In addition to the standard
Note:
See TracChangeset
for help on using the changeset viewer.