mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-09 15:39:51 +00:00
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
This commit is contained in:
commit
72108540d2
@ -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
|
||||||
|
@ -33,9 +33,9 @@
|
|||||||
user <systemitem class="username">root</systemitem> by running the following
|
user <systemitem class="username">root</systemitem> by running the following
|
||||||
command:</para>
|
command:</para>
|
||||||
|
|
||||||
<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
|
<screen><userinput>chown --from lfs -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
|
||||||
case $(uname -m) in
|
case $(uname -m) in
|
||||||
x86_64) chown -R root:root $LFS/lib64 ;;
|
x86_64) chown --from lfs -R root:root $LFS/lib64 ;;
|
||||||
esac</userinput></screen>
|
esac</userinput></screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user