mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
procps: Add --enable-watch8bit
This commit is contained in:
parent
581ee1a9e8
commit
fd0a944d6d
@ -45,12 +45,14 @@
|
|||||||
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
|
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
|
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-kill</userinput></screen>
|
--disable-kill \
|
||||||
|
--enable-watch8bit</userinput></screen>
|
||||||
|
|
||||||
<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
|
<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
|
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-kill \
|
--disable-kill \
|
||||||
|
--enable-watch8bit \
|
||||||
--with-systemd</userinput></screen>
|
--with-systemd</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -63,6 +65,15 @@
|
|||||||
command; it will be installed from the Util-linux package.</para>
|
command; it will be installed from the Util-linux package.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--enable-watch8bit</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This switch enables the ncursesw support for the
|
||||||
|
<command>watch</command> command, so it can handle 8-bit
|
||||||
|
characters.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user