ncurses: remove libncurses++w.a from temp ncurses

This commit is contained in:
Xi Ruoyao
2022-05-26 19:30:40 +08:00
committed by William Harrington
parent 350c23eff1
commit 7ea2104f0c

View File

@@ -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>