mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
ncurses: Remove explicit --enable-widec in chapter 6 like chapter 8
This commit is contained in:
parent
5a661c39b0
commit
3abde5946b
@ -69,8 +69,7 @@ popd</userinput></screen>
|
|||||||
--with-cxx-shared \
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--disable-stripping \
|
--disable-stripping</userinput></screen>
|
||||||
--enable-widec</userinput></screen>
|
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure options:</title>
|
<title>The meaning of the new configure options:</title>
|
||||||
@ -132,9 +131,9 @@ popd</userinput></screen>
|
|||||||
Using host tools on cross-compiled programs can cause failure.</para>
|
Using host tools on cross-compiled programs can cause failure.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<!-- this is the default >= 6.5
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<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-version;</filename>)
|
||||||
@ -146,7 +145,7 @@ popd</userinput></screen>
|
|||||||
source-compatible, but not binary-compatible.</para>
|
source-compatible, but not binary-compatible.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
-->
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user