Ignore:
Timestamp:
02/04/2014 11:36:05 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f8756ab
Parents:
848907c
Message:

Merge latest lfs svn, update to D-Bus 1.8.0, fix Systemd to build with latest lfs changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10454 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/ncurses.xml

    r848907c re88c73c  
    4646    <para>Prepare Ncurses for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/tools --with-shared \
    49     --without-debug --without-ada --enable-overwrite</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/tools \
     49            --with-shared   \
     50            --without-debug \
     51            --without-ada   \
     52            --enable-widec  \
     53            --enable-overwrite</userinput></screen>
    5054
    5155    <variablelist>
     
    6973          ensure that other packages can find the Ncurses headers
    7074          successfully.</para>
     75        </listitem>
     76      </varlistentry>
     77
     78      <varlistentry>
     79        <term><parameter>--enable-widec</parameter></term>
     80        <listitem>
     81          <para>This switch causes wide-character libraries (e.g., <filename
     82          class="libraryfile">libncursesw.so.&ncurses-version;</filename>)
     83          to be built instead of normal ones (e.g., <filename
     84          class="libraryfile">libncurses.so.&ncurses-version;</filename>).
     85          These wide-character libraries are usable in both multibyte and
     86          traditional 8-bit locales, while normal libraries work properly
     87          only in 8-bit locales. Wide-character and normal libraries are
     88          source-compatible, but not binary-compatible.</para>
    7189        </listitem>
    7290      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.