[lfs] branch trunk updated: ncurses: Fix the shared lib file name referenced in text
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <174894142289.22087.3898545448623984799@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 c24d5641a ncurses: Fix the shared lib file name referenced in text
c24d5641a is described below
commit c24d5641af09d926b73e62e1384d4ba78cca137a
Author: Xi Ruoyao <[email protected]>
AuthorDate: Tue Jun 3 17:03:08 2025 +0800
ncurses: Fix the shared lib file name referenced in text
---
chapter08/ncurses.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index 84970f306..e2f7415eb 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -127,7 +127,7 @@
make will spawn new shell processes during "make install". -->
<para>The installation of this package will overwrite
- <filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
+ <filename class="libraryfile">libncursesw.so.&ncurses-base-version;</filename>
in-place. It may crash the shell process which is using code and data
from the library file. Install the package with
<literal>DESTDIR</literal>, and replace the library file correctly using
--
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