[lfs] branch trunk updated: procps: Add --enable-watch8bit

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <173935344395.30544.10844883786709454986@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new fd0a944d6 procps: Add --enable-watch8bit
fd0a944d6 is described below

commit fd0a944d6df0cbf691eb791ebe8748624fc5ec5d
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed Feb 12 17:43:45 2025 +0800

    procps: Add --enable-watch8bit
---
 chapter08/procps.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/chapter08/procps.xml b/chapter08/procps.xml
index 399d0cec7..8dccfd697 100644
--- a/chapter08/procps.xml
+++ b/chapter08/procps.xml
@@ -45,12 +45,14 @@
 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                           \
             --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
             --disable-static                        \
-            --disable-kill</userinput></screen>
+            --disable-kill                          \
+            --enable-watch8bit</userinput></screen>
 
 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                           \
             --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
             --disable-static                        \
             --disable-kill                          \
+            --enable-watch8bit                      \
             --with-systemd</userinput></screen>
 
     <variablelist>
@@ -63,6 +65,15 @@
           command; it will be installed from the Util-linux package.</para>
         </listitem>
       </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>
 
     <para>Compile the package:</para>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.