aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-05-26 19:30:40 +0800
committerXi Ruoyao <xry111@xry111.site>2022-05-26 19:30:40 +0800
commit2bb813a1e8bfda27e1a7658970cc723e11ab92a9 (patch)
treeeb75a005c09402e5876696f05d91903a9ad65d8c /chapter06
parent8731bd1cd0e7f77964f000d6a936d24a8a2f89f7 (diff)
ncurses: remove libncurses++w.a from temp ncurses
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index e9316ef98..dd804d5bf 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -134,6 +134,11 @@ popd</userinput></screen>
<screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
+ <para>Remove an unneeded static library not handled by
+ <command>configure</command>:</para>
+
+<screen><userinput remap="install">rm -v /usr/lib/libncurses++w.a</userinput></screen>
+
<variablelist>
<title>The meaning of the install options:</title>