[blfs] 01/02: lynx: opt in --enable-{ipv6,nls}
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 6eacf9a7d8d44c206d426e068ca7b031b6b8d956 Author: Xi Ruoyao <[email protected]> AuthorDate: Sun May 17 20:03:21 2026 +0800 lynx: opt in --enable-{ipv6,nls} They don't introduce any additional dependencies (maybe except gettext in LFS??) so there's no reason to opt them out. --- networking/textweb/lynx.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/networking/textweb/lynx.xml b/networking/textweb/lynx.xml index 4403cae64a..4d32e0340e 100644 --- a/networking/textweb/lynx.xml +++ b/networking/textweb/lynx.xml @@ -97,7 +97,9 @@ --with-bzlib \ --with-ssl \ --with-screen=ncursesw \ + --enable-ipv6 \ --enable-locale-charset \ + --enable-nls \ --datadir=/usr/share/doc/lynx-&lynx-version; && make</userinput></screen> @@ -158,6 +160,12 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen proper display of characters and line wrapping in multibyte locales. </para> + <para> + <parameter>--enable-ipv6</parameter>: This switch allows + <application>Lynx</application> to use IPv6, along with IPv4. Use + it if your ISP provides an IPv6 configuration. + </para> + <para> <parameter>--enable-locale-charset</parameter>: This switch allows <application>Lynx</application> to deduce the proper character encoding @@ -170,13 +178,7 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen </para> <para> - <option>--enable-ipv6</option>: This switch allows - <application>Lynx</application> to use IPv6, along with IPv4. Use - it if your ISP provides an IPv6 configuration. - </para> - - <para> - <option>--enable-nls</option>: This switch allows + <parameter>--enable-nls</parameter>: This switch allows <application>Lynx</application> to print translated messages (such as questions about cookies and SSL certificates). </para> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page