chapter06/ncurses: Use ncurses-release instead of ncurses-version for library file names

Reported-by: Stefano Moretti <stemoretti@gmx.com>
Closes: https://lists.linuxfromscratch.org/sympa/arc/lfs-dev/2024-04/msg00051.html
This commit is contained in:
Xi Ruoyao 2024-04-26 19:59:29 +08:00
parent ba1a9cf303
commit 7db37658c2
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -137,9 +137,9 @@ popd</userinput></screen>
<term><parameter>--enable-widec</parameter></term> <term><parameter>--enable-widec</parameter></term>
<listitem> <listitem>
<para>This switch causes wide-character libraries (e.g., <filename <para>This switch causes wide-character libraries (e.g., <filename
class="libraryfile">libncursesw.so.&ncurses-version;</filename>) class="libraryfile">libncursesw.so.&ncurses-release;</filename>)
to be built instead of normal ones (e.g., <filename to be built instead of normal ones (e.g., <filename
class="libraryfile">libncurses.so.&ncurses-version;</filename>). class="libraryfile">libncurses.so.&ncurses-release;</filename>).
These wide-character libraries are usable in both multibyte and These wide-character libraries are usable in both multibyte and
traditional 8-bit locales, while normal libraries work properly traditional 8-bit locales, while normal libraries work properly
only in 8-bit locales. Wide-character and normal libraries are only in 8-bit locales. Wide-character and normal libraries are